curl tool: header inclusion adjustment

This commit is contained in:
Yang Tse 2011-10-05 12:40:30 +02:00
parent 0572ad6d01
commit fd87d9d2b9

View File

@ -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)