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:
commit
9ce8fe8f66
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user