mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-18 10:07:56 -05:00
Include lber_pvt.h
This commit is contained in:
parent
5ec4ef6e59
commit
bfa89d6e15
1 changed files with 2 additions and 1 deletions
|
|
@ -32,7 +32,8 @@
|
|||
#define SASL_CONST
|
||||
#endif
|
||||
|
||||
#include <ldap_pvt.h>
|
||||
#include "ldap_pvt.h"
|
||||
#include "lber_pvt.h"
|
||||
|
||||
/* Flags for telling slap_sasl_getdn() what type of identity is being passed */
|
||||
#define FLAG_GETDN_AUTHCID 2
|
||||
|
|
|
|||
Loading…
Reference in a new issue