Loading lib/select.h +3 −3 Original line number Diff line number Diff line Loading @@ -24,10 +24,10 @@ #include "curl_setup.h" #ifdef HAVE_SYS_POLL_H #include <sys/poll.h> #elif defined(HAVE_POLL_H) #ifdef HAVE_POLL_H #include <poll.h> #elif defined(HAVE_SYS_POLL_H) #include <sys/poll.h> #endif /* Loading src/tool_sleep.c +3 −3 Original line number Diff line number Diff line Loading @@ -25,10 +25,10 @@ # include <sys/select.h> #endif #ifdef HAVE_SYS_POLL_H # include <sys/poll.h> #elif defined(HAVE_POLL_H) #ifdef HAVE_POLL_H # include <poll.h> #elif defined(HAVE_SYS_POLL_H) # include <sys/poll.h> #endif #ifdef MSDOS Loading Loading
lib/select.h +3 −3 Original line number Diff line number Diff line Loading @@ -24,10 +24,10 @@ #include "curl_setup.h" #ifdef HAVE_SYS_POLL_H #include <sys/poll.h> #elif defined(HAVE_POLL_H) #ifdef HAVE_POLL_H #include <poll.h> #elif defined(HAVE_SYS_POLL_H) #include <sys/poll.h> #endif /* Loading
src/tool_sleep.c +3 −3 Original line number Diff line number Diff line Loading @@ -25,10 +25,10 @@ # include <sys/select.h> #endif #ifdef HAVE_SYS_POLL_H # include <sys/poll.h> #elif defined(HAVE_POLL_H) #ifdef HAVE_POLL_H # include <poll.h> #elif defined(HAVE_SYS_POLL_H) # include <sys/poll.h> #endif #ifdef MSDOS Loading