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

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