add sys/select.h for musl libc

This commit is contained in:
Enzo AGUADO 2018-05-07 02:15:12 +08:00
parent 25e613b438
commit 632df52b4f

View File

@ -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>