openldap header inclusions fix

This commit is contained in:
Yang Tse
2010-06-02 11:23:30 +02:00
parent 2c72732ebf
commit 1c4538610b

View File

@@ -35,12 +35,15 @@
* OpenLDAP library versions, USE_OPENLDAP shall not be defined. * OpenLDAP library versions, USE_OPENLDAP shall not be defined.
*/ */
#include <ldap.h>
#include "urldata.h" #include "urldata.h"
#include <curl/curl.h> #include <curl/curl.h>
#include "sendf.h" #include "sendf.h"
#include <ldap.h>
#include "sslgen.h" #include "sslgen.h"
#include "transfer.h" #include "transfer.h"
#include "curl_ldap.h"
#include "curl_memory.h"
#include "curl_base64.h" #include "curl_base64.h"
#define _MPRINTF_REPLACE /* use our functions only */ #define _MPRINTF_REPLACE /* use our functions only */