Skip to content
Snippets Groups Projects
Commit a2a315a6 authored by Dan Fandrich's avatar Dan Fandrich
Browse files

Bring the sys/include.h include test in line with curl's.

parent 7abdc4b2
No related branches found
No related tags found
No related merge requests found
......@@ -29,10 +29,11 @@
#include <sys/types.h>
#if defined(_AIX) || (defined(NETWARE) && defined(__NOVELL_LIBC__))
/* HP-UX systems version 9, 10 and 11 lack sys/select.h and so does oldish
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(__INTEGRITY)
#include <sys/select.h>
#endif
#if (defined(NETWARE) && !defined(__NOVELL_LIBC__))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment