From: Yang Tse Date: Tue, 2 Oct 2007 14:48:38 +0000 (+0000) Subject: needed for Windows LDAP client 32 API support X-Git-Tag: curl-7_17_1~135 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a137109a0c516cfc3557133249f91524c3941783;p=thirdparty%2Fcurl.git needed for Windows LDAP client 32 API support --- diff --git a/lib/ldap.c b/lib/ldap.c index 2eb71cc73a..f5a44c69eb 100644 --- a/lib/ldap.c +++ b/lib/ldap.c @@ -45,6 +45,7 @@ #ifdef CURL_LDAP_WIN /* Use W$ LDAP implementation. */ # include +# include #else #define LDAP_DEPRECATED 1 /* Be sure ldap_init() is defined. */ # include