Browse Source

add sys/select.h for musl libc

Enzo AGUADO 7 years ago
parent
commit
632df52b4f
1 changed files with 1 additions and 0 deletions
  1. 1 0
      httplib.h

+ 1 - 0
httplib.h

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