include WS2tcpip for socklen_t on windows

This commit is contained in:
Stephen Birarda 2014-04-10 10:45:43 -07:00
parent b87c04444e
commit da24483d7c

View file

@ -14,6 +14,7 @@
#ifdef WIN32
#include <winsock2.h>
#include <WS2tcpip.h>
#else
#include <netinet/in.h>
#endif