Commit b76ccb8b authored by Ilya Kulakov's avatar Ilya Kulakov

Add missing header for the if_nametoindex on Windows.

parent 066ff133
......@@ -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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment