浏览代码

Merge pull request #63 from aguadoenzo/master

Fix compilation error with musl libc
yhirose 7 年之前
父节点
当前提交
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