Fix Windows build

This commit is contained in:
Cameron Gutman 2015-06-17 23:29:51 -07:00
parent c4d19edb4c
commit 789eac8e6a

View File

@ -8,6 +8,7 @@
#define WIN32_LEAN_AND_MEAN
#include <Windows.h>
#include <Winsock2.h>
#include <ws2tcpip.h>
#else
#include <unistd.h>
#include <pthread.h>