Include sys/select.h for Linux and Mac

This commit is contained in:
Norman Princen
2020-05-12 13:15:38 -07:00
committed by GitHub
parent 138c738ba0
commit 121b3c92f8

View File

@@ -14,6 +14,7 @@
#include <netinet/in.h>
#include <arpa/inet.h>
#include <unistd.h>
#include <sys/select.h>
#endif