Loading include/curl/multi.h +3 −0 Original line number Diff line number Diff line Loading @@ -54,7 +54,10 @@ #if defined(WIN32) && !defined(__GNUC__) || defined(__MINGW32__) #include <winsock.h> #else #ifndef __hpux /* HP-UX systems version 9, 10 and 11 lack this header */ #include <sys/select.h> #endif #include <sys/socket.h> #include <sys/time.h> #include <sys/types.h> Loading Loading
include/curl/multi.h +3 −0 Original line number Diff line number Diff line Loading @@ -54,7 +54,10 @@ #if defined(WIN32) && !defined(__GNUC__) || defined(__MINGW32__) #include <winsock.h> #else #ifndef __hpux /* HP-UX systems version 9, 10 and 11 lack this header */ #include <sys/select.h> #endif #include <sys/socket.h> #include <sys/time.h> #include <sys/types.h> Loading