mirror of
https://github.com/curl/curl.git
synced 2026-06-22 16:55:37 +03:00
minor patches to enable building for NetWare CLIB.
sent by Dmitry Mityugov.
This commit is contained in:
parent
afdfa4bed2
commit
857492ac9e
1 changed files with 1 additions and 1 deletions
|
|
@ -151,7 +151,7 @@ extern "C" {
|
|||
/* 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(NETWARE) || defined(__NetBSD__) || defined(__minix)
|
||||
#if defined(_AIX) || defined(__NOVELL_LIBC__) || defined(__NetBSD__) || defined(__minix)
|
||||
#include <sys/select.h>
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue