From: Samuli Seppanen Date: Thu, 26 May 2011 13:23:05 +0000 (+0300) Subject: Fix a Visual Studio 2008 build error in options.c X-Git-Tag: v2.3-alpha1~194 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=739fa9881f12e67dc8b9cadc7230e59e7fe42423;p=thirdparty%2Fopenvpn.git Fix a Visual Studio 2008 build error in options.c Partially fixes Trac ticket #137 Signed-off-by: Gert Doering Tested-by: Samuli Seppänen Signed-off-by: Samuli Seppänen Acked-by: David Sommerseth Signed-off-by: David Sommerseth --- diff --git a/syshead.h b/syshead.h index a1af7a631..c6b131b62 100644 --- a/syshead.h +++ b/syshead.h @@ -342,6 +342,7 @@ #ifdef WIN32 #include +#include #include /* The following two headers are needed of USE_PF_INET6 */ #include