From: Gisle Vanem Date: Sat, 6 Oct 2007 17:20:06 +0000 (+0000) Subject: needed for 'socklen_t' typedef. X-Git-Tag: curl-7_17_1~104 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=43a46046396afa9fa00513eed1a2539d9e849476;p=curl needed for 'socklen_t' typedef. --- 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 +#include #endif #else