Fix build and build warnings

This commit is contained in:
Michelle Bergeron
2014-03-28 20:23:25 -04:00
parent 794a428f3a
commit d751c44c3d
3 changed files with 24 additions and 0 deletions
+3
View File
@@ -4,7 +4,10 @@
#include <string.h>
#ifdef _WIN32
#define WIN32_LEAN_AND_MEAN
#include <Windows.h>
#include <Winsock2.h>
#else
#include <unistd.h>
#include <pthread.h>