mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-13 07:43:50 -05:00
need ldap-int.h for ldap_int_discard() declaration (ITS#4717)
This commit is contained in:
parent
57259831c6
commit
45156c6d7a
1 changed files with 2 additions and 0 deletions
|
|
@ -32,6 +32,8 @@
|
|||
#define AVL_INTERNAL
|
||||
#include "slap.h"
|
||||
#include "back-ldap.h"
|
||||
#undef ldap_debug /* silence a warning in ldap-int.h */
|
||||
#include "../../../libraries/libldap/ldap-int.h"
|
||||
|
||||
#include "lutil_ldap.h"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue