瀏覽代碼

add sys/select.h for musl libc

Enzo AGUADO 8 年之前
父節點
當前提交
632df52b4f
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      httplib.h

+ 1 - 0
httplib.h

@@ -61,6 +61,7 @@ typedef int socket_t;
 #include <string>
 #include <thread>
 #include <sys/stat.h>
+#include <sys/select.h>
 #include <fcntl.h>
 #include <assert.h>