Browse Source

Merge pull request #10 from DraTeots/patch-2

Add #include <signal.h> so it compiles on linux
yhirose 8 years ago
parent
commit
0b00f3fba0
1 changed files with 1 additions and 0 deletions
  1. 1 0
      httplib.h

+ 1 - 0
httplib.h

@@ -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;