Merge pull request #10 from DraTeots/patch-2

Add #include <signal.h> so it compiles on linux
This commit is contained in:
yhirose 2017-07-07 14:40:18 -04:00 committed by GitHub
commit 0b00f3fba0

View File

@ -41,6 +41,7 @@ typedef SOCKET socket_t;
#include <cstring>
#include <netinet/in.h>
#include <arpa/inet.h>
#include <signal.h>
#include <sys/socket.h>
typedef int socket_t;