summaryrefslogtreecommitdiffstats
path: root/syshead.h
diff options
context:
space:
mode:
authorSamuli Seppanen <samuli@openvpn.net>2011-05-26 16:23:05 +0300
committerDavid Sommerseth <davids@redhat.com>2011-08-25 20:12:37 +0200
commit739fa9881f12e67dc8b9cadc7230e59e7fe42423 (patch)
treea7d26ec1f1fdd779f30f9c0a2173cc231b531717 /syshead.h
parent869409d4bf1538d8a2d6189a56903b9959ddd909 (diff)
downloadopenvpn-739fa9881f12e67dc8b9cadc7230e59e7fe42423.tar.gz
openvpn-739fa9881f12e67dc8b9cadc7230e59e7fe42423.tar.xz
openvpn-739fa9881f12e67dc8b9cadc7230e59e7fe42423.zip
Fix a Visual Studio 2008 build error in options.c
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>
Diffstat (limited to 'syshead.h')
-rw-r--r--syshead.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/syshead.h b/syshead.h
index a1af7a6..c6b131b 100644
--- a/syshead.h
+++ b/syshead.h
@@ -342,6 +342,7 @@
#ifdef WIN32
#include <iphlpapi.h>
+#include <NtDDNdis.h>
#include <wininet.h>
/* The following two headers are needed of USE_PF_INET6 */
#include <winsock2.h>