include winsock.h on window boxen to work smoother there
authorDaniel Stenberg <daniel@haxx.se>
Tue, 19 Feb 2002 11:00:34 +0000 (11:00 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 19 Feb 2002 11:00:34 +0000 (11:00 +0000)
lib/multi.h

index 40010d5..9ad8067 100644 (file)
 #ifdef HAVE_SYS_SOCKET_H
 #include <sys/socket.h>
 #endif
+#ifdef HAVE_WINSOCK_H
+#include <winsock.h>
+#endif
+
 #include <curl/curl.h>
 
 typedef void CURLM;