mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 00:29:35 -05:00
Fix inclusion of <sasl.h>
This commit is contained in:
parent
3f6e23cb0c
commit
aa4a44263d
1 changed files with 2 additions and 1 deletions
|
|
@ -119,9 +119,10 @@ LDAP_F (int) ldap_pvt_unhex( int c );
|
|||
|
||||
#ifdef HAVE_CYRUS_SASL
|
||||
/* sasl.c */
|
||||
|
||||
LDAP_END_DECL
|
||||
#include <sasl.h>
|
||||
#include <ldap.h>
|
||||
LDAP_BEGIN_DECL
|
||||
|
||||
LDAP_F (int) ldap_pvt_sasl_init LDAP_P(( void )); /* clientside init */
|
||||
LDAP_F (int) ldap_pvt_sasl_install LDAP_P(( Sockbuf *, void * ));
|
||||
|
|
|
|||
Loading…
Reference in a new issue