mirror of
https://github.com/curl/curl.git
synced 2026-08-25 10:43:34 +03:00
Initial stab at making libcurl compile under Minix 3.
This commit is contained in:
parent
646a6b604f
commit
c012e2b408
2 changed files with 6 additions and 2 deletions
|
|
@ -55,7 +55,7 @@
|
|||
/* 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__)
|
||||
#if defined(_AIX) || defined(NETWARE) || defined(__NetBSD__) || defined(_MINIX)
|
||||
#include <sys/select.h>
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue