From 000edae7388fe0a60b56cf7e3053dcfb66adeb66 Mon Sep 17 00:00:00 2001 From: David Woodhouse Date: Tue, 30 Aug 2016 17:26:19 +0100 Subject: [PATCH] Include from openconnect-internal.h It needs it for strlen() and wasn't including it for itself. Signed-off-by: David Woodhouse --- openconnect-internal.h | 1 + 1 file changed, 1 insertion(+) diff --git a/openconnect-internal.h b/openconnect-internal.h index 732d9360..5163e41e 100644 --- a/openconnect-internal.h +++ b/openconnect-internal.h @@ -73,6 +73,7 @@ #include #include #include +#include #ifdef LIBPROXY_HDR #include LIBPROXY_HDR