Browse Source

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

POSIX-1.2001 for fd_set. Thanks to spider391Tang.
Stéphane Raimbault 11 years ago
parent
commit
13e1e8e2ec
1 changed files with 1 additions and 0 deletions
  1. 1 0
      tests/bandwidth-server-many-up.c

+ 1 - 0
tests/bandwidth-server-many-up.c

@@ -27,6 +27,7 @@
 #if defined(_WIN32)
 #include <ws2tcpip.h>
 #else
+#include <sys/select.h>
 #include <sys/socket.h>
 #include <netinet/in.h>
 #include <arpa/inet.h>