fix musl compilation

This commit is contained in:
Neel Chotai 2020-07-10 00:22:28 +01:00 committed by Adam Honse
parent 9bc58b039b
commit 263561868c

View file

@ -22,6 +22,7 @@
#ifdef __linux__ #ifdef __linux__
#include <unistd.h> #include <unistd.h>
#include <sys/select.h>
#endif #endif
using namespace std::chrono_literals; using namespace std::chrono_literals;