compile fix from Firewave propagated upstream (nw)

This commit is contained in:
Miodrag Milanovic 2015-03-14 09:05:55 +01:00
parent 39aadc1b43
commit ae1856faa4

View File

@ -80,6 +80,8 @@
#ifdef _WIN32
#ifdef _MSC_VER
#pragma comment(lib, "ws2_32.lib") // Linking with winsock library
#include <BaseTsd.h>
typedef SSIZE_T ssize_t;
#endif
#include <winsock2.h>
#include <ws2tcpip.h>