From 3f685e111a014103831fa6402c65cfe0f3e29fe9 Mon Sep 17 00:00:00 2001
From: Samuli Seppanen <samuli@openvpn.net>
Date: Wed, 25 May 2011 06:39:53 -0700
Subject: [PATCH] Fix to a Visual Studio 2008 build error in options.c
Partially fixes Trac ticket #137
Signed-off-by: Samuli Seppanen <samuli@openvpn.net>
---
syshead.h | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/syshead.h b/syshead.h
index 5b86cad..58bfb6c 100644
a
|
b
|
|
342 | 342 | |
343 | 343 | #ifdef WIN32 |
344 | 344 | #include <iphlpapi.h> |
| 345 | #include <NtDDNdis.h> |
345 | 346 | #include <wininet.h> |
346 | 347 | /* The following two headers are needed of USE_PF_INET6 */ |
347 | 348 | #include <winsock2.h> |