mirror of
https://github.com/yhirose/cpp-httplib.git
synced 2025-05-15 09:18:27 +00:00
Merge pull request #10 from DraTeots/patch-2
Add #include <signal.h> so it compiles on linux
This commit is contained in:
commit
0b00f3fba0
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…
Add table
Add a link
Reference in a new issue