mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-28 02:29:34 -05:00
silence warnings
This commit is contained in:
parent
01f81af860
commit
4971ea14bb
1 changed files with 6 additions and 0 deletions
|
|
@ -32,6 +32,12 @@
|
|||
#include <ac/unistd.h>
|
||||
#include <ac/errno.h>
|
||||
|
||||
#ifdef HAVE_SASL_SASL_H
|
||||
#include <sasl/sasl.h>
|
||||
#else
|
||||
#include <sasl.h>
|
||||
#endif
|
||||
|
||||
#include <ldap.h>
|
||||
|
||||
#include "lutil_ldap.h"
|
||||
|
|
|
|||
Loading…
Reference in a new issue