mirror of
https://github.com/curl/curl.git
synced 2026-07-24 18:57:18 +03:00
openldap header inclusions fix
This commit is contained in:
parent
2c72732ebf
commit
1c4538610b
1 changed files with 4 additions and 1 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue