aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorGisle Vanem <gvanem@broadpark.no>2007-10-06 17:20:06 +0000
committerGisle Vanem <gvanem@broadpark.no>2007-10-06 17:20:06 +0000
commit43a46046396afa9fa00513eed1a2539d9e849476 (patch)
treece9381905318cb5a3d6198316a782e1831106add /include
parent83f385acf39ca5f4d2f4754f85f1171f8a1249b8 (diff)
<ws2tcpip.h> needed for 'socklen_t' typedef.
Diffstat (limited to 'include')
-rw-r--r--include/curl/curl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/curl/curl.h b/include/curl/curl.h
index 10a287887..5bd6b3feb 100644
--- a/include/curl/curl.h
+++ b/include/curl/curl.h
@@ -151,6 +151,7 @@ extern "C" {
/* The check above prevents the winsock2 inclusion if winsock.h already was
included, since they can't co-exist without problems */
#include <winsock2.h>
+#include <ws2tcpip.h>
#endif
#else