소스 검색

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

POSIX-1.2001 for fd_set. Thanks to spider391Tang.
Stéphane Raimbault 11 년 전
부모
커밋
13e1e8e2ec
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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>