mirror of
https://github.com/curl/curl.git
synced 2026-08-14 04:50:53 +03:00
- Rolland Dudemaine provided fixes to get libcurl to build for the INTEGRITY
operating system.
This commit is contained in:
parent
ad1145a201
commit
400d9d4205
4 changed files with 10 additions and 2 deletions
|
|
@ -64,7 +64,7 @@
|
|||
libc5-based Linux systems. Only include it on system that are known to
|
||||
require it! */
|
||||
#if defined(_AIX) || defined(__NOVELL_LIBC__) || defined(__NetBSD__) || \
|
||||
defined(__minix) || defined(__SYMBIAN32__)
|
||||
defined(__minix) || defined(__SYMBIAN32__) || defined(__INTEGRITY)
|
||||
#include <sys/select.h>
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue