0
0
mirror of https://github.com/zeromq/libzmq.git synced 2024-12-27 15:41:05 +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

@ -54,6 +54,7 @@
#include <winsock2.h>
#include <windows.h>
#include <mswsock.h>
#include <iphlpapi.h>
#if !defined __MINGW32__
#include <Mstcpip.h>