mirror of
https://github.com/curl/curl.git
synced 2026-08-03 21:30:30 +03:00
parent
a8472bb8ea
commit
2621025d6f
1 changed files with 2 additions and 1 deletions
3
include/curl/curl.h
Normal file → Executable file
3
include/curl/curl.h
Normal file → Executable file
|
|
@ -75,7 +75,8 @@
|
||||||
defined(__minix) || defined(__SYMBIAN32__) || defined(__INTEGRITY) || \
|
defined(__minix) || defined(__SYMBIAN32__) || defined(__INTEGRITY) || \
|
||||||
defined(ANDROID) || defined(__ANDROID__) || defined(__OpenBSD__) || \
|
defined(ANDROID) || defined(__ANDROID__) || defined(__OpenBSD__) || \
|
||||||
defined(__CYGWIN__) || defined(AMIGA) || \
|
defined(__CYGWIN__) || defined(AMIGA) || \
|
||||||
(defined(__FreeBSD_version) && (__FreeBSD_version < 800000))
|
(defined(__FreeBSD_version) && (__FreeBSD_version < 800000)) || \
|
||||||
|
defined(__VXWORKS__)
|
||||||
#include <sys/select.h>
|
#include <sys/select.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue