mirror of
https://github.com/curl/curl.git
synced 2025-04-12 16:20:35 +08:00
curl tool: header inclusion adjustment
This commit is contained in:
parent
0572ad6d01
commit
fd87d9d2b9
@ -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…
x
Reference in New Issue
Block a user