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

Merge pull request #63 from aguadoenzo/master

Fix compilation error with musl libc
yhirose 7 лет назад
Родитель
Сommit
e46cc54d13
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      httplib.h

+ 1 - 0
httplib.h

@@ -48,6 +48,7 @@ typedef SOCKET socket_t;
 #include <arpa/inet.h>
 #include <signal.h>
 #include <sys/socket.h>
+#include <sys/select.h>
 
 typedef int socket_t;
 #endif