Explorar o código

Add #include <signal.h> so it compiles on linux

Dmitry Romanov %!s(int64=8) %!d(string=hai) anos
pai
achega
ce59fc6a87
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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;