From: Samuli Seppanen <[email protected]> Partially fixes Trac ticket #137
Signed-off-by: Gert Doering <[email protected]> Tested-by: Samuli Seppänen <[email protected]> Signed-off-by: Samuli Seppänen <[email protected]> --- syshead.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/syshead.h b/syshead.h index 5b86cad..58bfb6c 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> -- 1.6.3.3
