mirror of
https://github.com/curl/curl.git
synced 2026-05-16 13:46:23 +03:00
curl tool: header inclusion adjustment
This commit is contained in:
parent
0572ad6d01
commit
fd87d9d2b9
1 changed files with 4 additions and 0 deletions
|
|
@ -25,6 +25,10 @@
|
|||
# include <sys/select.h>
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_SYS_SOCKET_H
|
||||
# include <sys/socket.h>
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_SYS_POLL_H
|
||||
# include <sys/poll.h>
|
||||
#elif defined(HAVE_POLL_H)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue