mirror of
https://github.com/curl/curl.git
synced 2026-07-24 19:27:23 +03:00
include sys/select.h on NetBSD as well
This commit is contained in:
parent
2aed209efa
commit
c44d2498e3
1 changed files with 1 additions and 1 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)
|
||||
#if defined(_AIX) || defined(NETWARE) || defined(__NetBSD__)
|
||||
#include <sys/select.h>
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue