aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2002-02-19 11:00:34 +0000
committerDaniel Stenberg <daniel@haxx.se>2002-02-19 11:00:34 +0000
commit792d73a9cf3a22e4eeddffe0623fd4f111467aba (patch)
tree8c8f9b056495b0aba2d092ab9d79ae65bc0fe0b5 /lib
parent9a95a3f8c3d70ac175fe435c866ddfacf14b1c2c (diff)
include winsock.h on window boxen to work smoother there
Diffstat (limited to 'lib')
-rw-r--r--lib/multi.h4
1 files changed, 4 insertions, 0 deletions
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 <sys/socket.h>
#endif
+#ifdef HAVE_WINSOCK_H
+#include <winsock.h>
+#endif
+
#include <curl/curl.h>
typedef void CURLM;