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 --- CMake/CheckTypeSize.c.in | 1 + 1 file changed, 1 insertion(+) (limited to 'CMake') diff --git a/CMake/CheckTypeSize.c.in b/CMake/CheckTypeSize.c.in index ba8d3044c..9e48df153 100644 --- a/CMake/CheckTypeSize.c.in +++ b/CMake/CheckTypeSize.c.in @@ -8,6 +8,7 @@ #ifdef _WIN32 +# include # include #endif -- cgit v1.2.3