Add winsock2.h include for win32

This commit is contained in:
Sergey Lyubka 2015-03-03 18:32:14 +00:00
parent 2c36532ec4
commit 95055f6048

View File

@ -81,7 +81,8 @@
#ifdef _MSC_VER
#pragma comment(lib, "ws2_32.lib") // Linking with winsock library
#endif
#include <Ws2tcpip.h>
#include <winsock2.h>
#include <ws2tcpip.h>
#include <windows.h>
#include <process.h>
#ifndef EINPROGRESS