win32: include ws2tcpip.h from osdSock.h

Needed to get some additional definitions
including IP_ADD_MEMBERSHIP
This commit is contained in:
Michael Davidsaver
2016-02-25 11:02:09 -05:00
parent ba307ba6e7
commit d0a316f7ca

View File

@@ -21,7 +21,7 @@
# define WIN32
#endif
#include <winsock2.h>
#include <ws2tcpip.h>
#define SOCKERRNO WSAGetLastError()