mirror of
https://github.com/yhirose/cpp-httplib.git
synced 2025-05-15 01:08:27 +00:00
add sys/select.h for musl libc
This commit is contained in:
parent
25e613b438
commit
632df52b4f
1 changed files with 1 additions and 0 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue