Commit 90c2b37f by Jacques Germishuys

in_addr is defined in <Winsock2.h>, include before <ws2tcpip.h>

parent b0ed61f8
......@@ -13,6 +13,7 @@
# include <netinet/in.h>
# include <arpa/inet.h>
#else
# include <winsock2.h>
# include <ws2tcpip.h>
# ifdef _MSC_VER
# pragma comment(lib, "ws2_32")
......
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