From: Daniel Stenberg Date: Tue, 19 Feb 2002 11:00:34 +0000 (+0000) Subject: include winsock.h on window boxen to work smoother there X-Git-Tag: curl-7_9_5-pre2~6 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=792d73a9cf3a22e4eeddffe0623fd4f111467aba;p=curl include winsock.h on window boxen to work smoother there --- diff --git a/lib/multi.h b/lib/multi.h index 40010d500..9ad806778 100644 --- a/lib/multi.h +++ b/lib/multi.h @@ -50,6 +50,10 @@ #ifdef HAVE_SYS_SOCKET_H #include #endif +#ifdef HAVE_WINSOCK_H +#include +#endif + #include typedef void CURLM;