Commit 13e1e8e2eca99db0e08a4c71805a6d0f0ae2d22a
1 parent
184c489c
Add missing sys/select.h for QNX (closes #158)
POSIX-1.2001 for fd_set. Thanks to spider391Tang.
Showing
1 changed file
with
1 additions
and
0 deletions
tests/bandwidth-server-many-up.c
| @@ -27,6 +27,7 @@ | @@ -27,6 +27,7 @@ | ||
| 27 | #if defined(_WIN32) | 27 | #if defined(_WIN32) |
| 28 | #include <ws2tcpip.h> | 28 | #include <ws2tcpip.h> |
| 29 | #else | 29 | #else |
| 30 | +#include <sys/select.h> | ||
| 30 | #include <sys/socket.h> | 31 | #include <sys/socket.h> |
| 31 | #include <netinet/in.h> | 32 | #include <netinet/in.h> |
| 32 | #include <arpa/inet.h> | 33 | #include <arpa/inet.h> |