Explorar el Código

add sys/select.h for musl libc

Enzo AGUADO hace 8 años
padre
commit
632df52b4f
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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>