mirror of
https://github.com/yhirose/cpp-httplib.git
synced 2025-05-15 09:18:27 +00: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 <cstring>
|
||||||
#include <netinet/in.h>
|
#include <netinet/in.h>
|
||||||
#include <arpa/inet.h>
|
#include <arpa/inet.h>
|
||||||
|
#include <signal.h>
|
||||||
#include <sys/socket.h>
|
#include <sys/socket.h>
|
||||||
|
|
||||||
typedef int socket_t;
|
typedef int socket_t;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue