Просмотр исходного кода

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

Dmitry Romanov 8 лет назад
Родитель
Сommit
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;