Get project building on Windows again

This commit is contained in:
Adam Honse 2019-09-02 17:48:34 -05:00
parent 50875fc698
commit b5f687c402
3 changed files with 37 additions and 10 deletions

View file

@ -14,8 +14,7 @@
#ifdef WIN32
#include <winsock2.h>
#include <winsock.h>
#include <WS2tcpip.h>
#include <ws2tcpip.h>
#else
#include <unistd.h>
#include <sys/socket.h>