From: Heiko Hund Date: Wed, 31 Aug 2011 14:38:08 +0000 (+0000) Subject: lowercase include header name in syshead.h X-Git-Tag: v2.3-alpha1~188 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a18c2b025c851a50bd2df33af5bad99b467da595;p=thirdparty%2Fopenvpn.git lowercase include header name in syshead.h Cross compiling for Windows is broken since commit 739fa9881f12e67dc8b9cadc7230e59e7fe42423 added the mixed case header name "NtDDNdis.h" to the file. While this header exists in a MinGW build environment it's lowercase there. Windows doesn't mind the case of a file name, but Linux does. So, lowercasing the filename will make openvpn build in both worlds. Signed-off-by: Heiko Hund Acked-by: David Sommerseth Signed-off-by: David Sommerseth --- diff --git a/syshead.h b/syshead.h index 87cc369f6..e208d4cdc 100644 --- a/syshead.h +++ b/syshead.h @@ -342,7 +342,7 @@ #ifdef WIN32 #include -#include +#include #include /* The following two headers are needed of PF_INET6 */ #include