- Rolland Dudemaine provided fixes to get libcurl to build for the INTEGRITY

operating system.
This commit is contained in:
Daniel Stenberg 2008-07-01 21:53:47 +00:00
parent ad1145a201
commit 400d9d4205
4 changed files with 10 additions and 2 deletions

View file

@ -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