mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-22 07:39:35 -05:00
fix previous commit (ITS#3905)
This commit is contained in:
parent
e404a15082
commit
f6f6ecb4f3
1 changed files with 2 additions and 0 deletions
|
|
@ -32,11 +32,13 @@
|
||||||
#include <ac/unistd.h>
|
#include <ac/unistd.h>
|
||||||
#include <ac/errno.h>
|
#include <ac/errno.h>
|
||||||
|
|
||||||
|
#ifdef HAVE_CYRUS_SASL
|
||||||
#ifdef HAVE_SASL_SASL_H
|
#ifdef HAVE_SASL_SASL_H
|
||||||
#include <sasl/sasl.h>
|
#include <sasl/sasl.h>
|
||||||
#else
|
#else
|
||||||
#include <sasl.h>
|
#include <sasl.h>
|
||||||
#endif
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
#include <ldap.h>
|
#include <ldap.h>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue