mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-23 08:09:34 -05:00
Move #include ldap_pvt.h after slap.h, to get ldap_bv2dn_x() & co.
This commit is contained in:
parent
76dd417dc9
commit
705d789dbe
1 changed files with 1 additions and 3 deletions
|
|
@ -14,10 +14,8 @@
|
||||||
#include <ac/string.h>
|
#include <ac/string.h>
|
||||||
#include <ac/time.h>
|
#include <ac/time.h>
|
||||||
|
|
||||||
#include "ldap_pvt.h"
|
|
||||||
|
|
||||||
#include "slap.h"
|
#include "slap.h"
|
||||||
|
#include "ldap_pvt.h" /* must be after slap.h, to get ldap_bv2dn_x() & co */
|
||||||
#include "lutil.h"
|
#include "lutil.h"
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue