mirror of
https://github.com/yhirose/cpp-httplib
synced 2024-11-21 14:29:10 -07:00
Add #include <signal.h> so it compiles on linux
This commit is contained in:
parent
e4ef0828b0
commit
ce59fc6a87
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue