Browse Source

add sys/select.h for musl libc

Enzo AGUADO 8 năm trước cách đây
mục cha
commit
632df52b4f
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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>