iphlpapi.h is needed for Win32

This commit is contained in:
Thomas Bernard 2015-09-16 00:19:43 +02:00
parent c4df1c9e83
commit b7b8711dd2
1 changed files with 1 additions and 0 deletions

View File

@ -17,6 +17,7 @@
#include <winsock2.h>
#include <ws2tcpip.h>
#include <io.h>
#include <iphlpapi.h>
#include <winsock.h>
#include <stdint.h>
#ifndef strncasecmp