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__
#include <unistd.h>
#include <sys/select.h>
#endif
using namespace std::chrono_literals;