From: Yang Tse Date: Wed, 2 Jun 2010 09:23:30 +0000 (+0200) Subject: openldap header inclusions fix X-Git-Tag: curl-7_21_0~31 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1c4538610b4e69b7a365c9db9421182496eef9bd;p=thirdparty%2Fcurl.git openldap header inclusions fix --- diff --git a/lib/openldap.c b/lib/openldap.c index daba224edd..05628ab8e8 100644 --- a/lib/openldap.c +++ b/lib/openldap.c @@ -35,12 +35,15 @@ * OpenLDAP library versions, USE_OPENLDAP shall not be defined. */ +#include + #include "urldata.h" #include #include "sendf.h" -#include #include "sslgen.h" #include "transfer.h" +#include "curl_ldap.h" +#include "curl_memory.h" #include "curl_base64.h" #define _MPRINTF_REPLACE /* use our functions only */