Commit 13e1e8e2eca99db0e08a4c71805a6d0f0ae2d22a

Authored by Stéphane Raimbault
1 parent 184c489c

Add missing sys/select.h for QNX (closes #158)

POSIX-1.2001 for fd_set. Thanks to spider391Tang.
tests/bandwidth-server-many-up.c
... ... @@ -27,6 +27,7 @@
27 27 #if defined(_WIN32)
28 28 #include <ws2tcpip.h>
29 29 #else
  30 +#include <sys/select.h>
30 31 #include <sys/socket.h>
31 32 #include <netinet/in.h>
32 33 #include <arpa/inet.h>
... ...