diff options
author | Yang Tse <yangsita@gmail.com> | 2010-06-02 11:23:30 +0200 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2010-06-02 11:23:30 +0200 |
commit | 1c4538610b4e69b7a365c9db9421182496eef9bd (patch) | |
tree | 744239d3a51f59afa58fd6d4f63befd11df408c2 | |
parent | 2c72732ebf3da5eba414f08507a28a90a1ec1f2c (diff) |
openldap header inclusions fix
-rw-r--r-- | lib/openldap.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/openldap.c b/lib/openldap.c index daba224ed..05628ab8e 100644 --- a/lib/openldap.c +++ b/lib/openldap.c @@ -35,12 +35,15 @@ * OpenLDAP library versions, USE_OPENLDAP shall not be defined. */ +#include <ldap.h> + #include "urldata.h" #include <curl/curl.h> #include "sendf.h" -#include <ldap.h> #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 */ |