projects
/
platform
/
upstream
/
curl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9a95a3f
)
include winsock.h on window boxen to work smoother there
author
Daniel Stenberg
<daniel@haxx.se>
Tue, 19 Feb 2002 11:00:34 +0000
(11:00 +0000)
committer
Daniel Stenberg
<daniel@haxx.se>
Tue, 19 Feb 2002 11:00:34 +0000
(11:00 +0000)
lib/multi.h
patch
|
blob
|
history
diff --git
a/lib/multi.h
b/lib/multi.h
index
40010d5
..
9ad8067
100644
(file)
--- 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;