Include sys/select.h on Unix platforms.

This commit is contained in:
Peter Johnson
2015-12-21 12:24:59 -08:00
parent 8b3f4aa68c
commit 2540f102b0

View File

@@ -34,6 +34,7 @@
#include <netdb.h>
#include <arpa/inet.h>
#include <netinet/in.h>
#include <sys/select.h>
#endif
#include "TCPStream.h"