]> git.ipfire.org Git - thirdparty/openvpn.git/commitdiff
Fix a Visual Studio 2008 build error in options.c
authorSamuli Seppanen <samuli@openvpn.net>
Thu, 26 May 2011 13:23:05 +0000 (16:23 +0300)
committerDavid Sommerseth <davids@redhat.com>
Thu, 25 Aug 2011 18:12:37 +0000 (20:12 +0200)
Partially fixes Trac ticket #137

Signed-off-by: Gert Doering <gert@greenie.muc.de>
Tested-by: Samuli Seppänen <samuli@openvpn.net>
Signed-off-by: Samuli Seppänen <samuli@openvpn.net>
Acked-by: David Sommerseth <davids@redhat.com>
Signed-off-by: David Sommerseth <davids@redhat.com>
syshead.h

index a1af7a6317ffe4df90caafbf4d5c5c99db65794e..c6b131b62c0fe86fab86d377e9eabf17fba5188c 100644 (file)
--- a/syshead.h
+++ b/syshead.h
 
 #ifdef WIN32
 #include <iphlpapi.h>
+#include <NtDDNdis.h>
 #include <wininet.h>
 /* The following two headers are needed of USE_PF_INET6 */
 #include <winsock2.h>