1
0
mirror of synced 2025-07-20 16:02:59 +03:00

Add #include <signal.h> so it compiles on linux

This commit is contained in:
Dmitry Romanov
2017-07-07 12:43:57 -04:00
committed by GitHub
parent e4ef0828b0
commit ce59fc6a87

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;