From fb08218a0409bdae7ccdc647ffdddf72c3c5fe61 Mon Sep 17 00:00:00 2001 From: Bill Hoffman Date: Wed, 15 Jul 2009 19:25:22 +0000 Subject: BUG: curl did not build with cmake with VS 2005 for two reasons, ws2tcpip.h requires winsock2.h to be included before it with that compiler, and wldap32 is not available with the default install of the compiler, so disable ldap support if that is not found --- include/curl/curlbuild.h.cmake | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/curl/curlbuild.h.cmake b/include/curl/curlbuild.h.cmake index 0173a215f..afa1316c0 100644 --- a/include/curl/curlbuild.h.cmake +++ b/include/curl/curlbuild.h.cmake @@ -140,6 +140,7 @@ /* on windows socklen_t is in here */ #ifdef _WIN32 +# include # include #endif -- cgit v1.2.3