소스 검색

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>