iphlpapi.h is needed for Win32
This commit is contained in:
parent
c4df1c9e83
commit
b7b8711dd2
|
@ -17,6 +17,7 @@
|
|||
#include <winsock2.h>
|
||||
#include <ws2tcpip.h>
|
||||
#include <io.h>
|
||||
#include <iphlpapi.h>
|
||||
#include <winsock.h>
|
||||
#include <stdint.h>
|
||||
#ifndef strncasecmp
|
||||
|
|
Loading…
Reference in New Issue