From: Daniel Stenberg Date: Wed, 31 Jul 2002 23:18:27 +0000 (+0000) Subject: sys/socket.h without #ifdef X-Git-Tag: curl-7_10~143 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fcb1d3521adf69ad9a8a5b98dc1a77d14e3b6b49;p=thirdparty%2Fcurl.git sys/socket.h without #ifdef include sys/time.h as well --- diff --git a/include/curl/multi.h b/include/curl/multi.h index 42fa1dd4c9..b1ca28b212 100644 --- a/include/curl/multi.h +++ b/include/curl/multi.h @@ -47,11 +47,12 @@ Example sources using this interface is here: ../multi/ */ -#ifdef HAVE_SYS_SOCKET_H -#include -#endif + #if defined(WIN32) && !defined(__GNUC__) || defined(__MINGW32__) #include +#else +#include +#include #endif #include