Преглед изворни кода

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

Dmitry Romanov пре 8 година
родитељ
комит
ce59fc6a87
1 измењених фајлова са 1 додато и 0 уклоњено
  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;