From 43a46046396afa9fa00513eed1a2539d9e849476 Mon Sep 17 00:00:00 2001 From: Gisle Vanem Date: Sat, 6 Oct 2007 17:20:06 +0000 Subject: [PATCH] needed for 'socklen_t' typedef. --- include/curl/curl.h | 1 + 1 file changed, 1 insertion(+) 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