"Build Solution" fix

This commit is contained in:
Nekotekina
2016-01-14 20:31:12 +03:00
parent 2f5be3559e
commit efe1678088
2 changed files with 1 additions and 3 deletions
+1
View File
@@ -9,6 +9,7 @@
#define _WIN32_WINNT 0x0601
#include <winsock2.h>
#include <WS2tcpip.h>
#pragma comment(lib, "ws2_32.lib")
#else
#include <sys/types.h>
#include <sys/socket.h>