Add missing header for the if_nametoindex on Windows.

This commit is contained in:
Ilya Kulakov 2015-12-18 15:54:18 +06:00
parent 066ff133f0
commit b76ccb8b1a

View File

@ -50,10 +50,11 @@
#define _WIN32_WINNT 0x0501
#endif
#endif
#include <winsock2.h>
#include <windows.h>
#include <mswsock.h>
#include <iphlpapi.h>
#if !defined __MINGW32__
#include <Mstcpip.h>