Quellcode durchsuchen

Merge pull request #10 from DraTeots/patch-2

Add #include <signal.h> so it compiles on linux
yhirose vor 8 Jahren
Ursprung
Commit
0b00f3fba0
1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen
  1. 1 0
      httplib.h

+ 1 - 0
httplib.h

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