Make sure we have the right prototypes when using openldap libs

This commit is contained in:
Simo Sorce 2008-06-30 14:12:51 -04:00
parent f86c8420b1
commit 66aa3581fc

View File

@ -42,6 +42,7 @@
#ifdef WITH_MOZLDAP
#include <mozldap/ldap.h>
#else
#define LDAP_DEPRECATED 1
#include <ldap.h>
#endif
#include <sasl/sasl.h>