mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-16 09:09:07 -05:00
Fix queue.h include
This commit is contained in:
parent
3dac129527
commit
73b2d62bcd
1 changed files with 1 additions and 5 deletions
|
|
@ -18,15 +18,11 @@
|
||||||
|
|
||||||
#include "../liblber/lber-int.h"
|
#include "../liblber/lber-int.h"
|
||||||
|
|
||||||
/*
|
|
||||||
* Windows does not preprocess correctly unless
|
|
||||||
* this #include precedes queue.h
|
|
||||||
*/
|
|
||||||
#ifdef LDAP_R_COMPILE
|
#ifdef LDAP_R_COMPILE
|
||||||
#include <ldap_pvt_thread.h>
|
#include <ldap_pvt_thread.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <ac/queue.h>
|
#include <ldap_queue.h>
|
||||||
|
|
||||||
#ifdef HAVE_CYRUS_SASL
|
#ifdef HAVE_CYRUS_SASL
|
||||||
/* the need for this should be removed */
|
/* the need for this should be removed */
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue