curl.h: <sys/select.h> is supported by VxWorks7

Closes #7285
This commit is contained in:
Bin Lan 2021-06-22 11:28:31 +08:00 committed by Daniel Stenberg
parent a8472bb8ea
commit 2621025d6f
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2
1 changed files with 2 additions and 1 deletions

3
include/curl/curl.h Normal file → Executable file
View File

@ -75,7 +75,8 @@
defined(__minix) || defined(__SYMBIAN32__) || defined(__INTEGRITY) || \
defined(ANDROID) || defined(__ANDROID__) || defined(__OpenBSD__) || \
defined(__CYGWIN__) || defined(AMIGA) || \
(defined(__FreeBSD_version) && (__FreeBSD_version < 800000))
(defined(__FreeBSD_version) && (__FreeBSD_version < 800000)) || \
defined(__VXWORKS__)
#include <sys/select.h>
#endif