0
0
mirror of https://github.com/zeromq/libzmq.git synced 2024-12-26 23:01:04 +08:00

Merge pull request #1674 from GreatFruitOmsk/master

Add missing header for the if_nametoindex on Windows.
This commit is contained in:
Pieter Hintjens 2015-12-18 10:57:46 +01:00
commit 9ce8fe8f66

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>