mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 00:29:35 -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"
|
||||
|
||||
/*
|
||||
* Windows does not preprocess correctly unless
|
||||
* this #include precedes queue.h
|
||||
*/
|
||||
#ifdef LDAP_R_COMPILE
|
||||
#include <ldap_pvt_thread.h>
|
||||
#endif
|
||||
|
||||
#include <ac/queue.h>
|
||||
#include <ldap_queue.h>
|
||||
|
||||
#ifdef HAVE_CYRUS_SASL
|
||||
/* the need for this should be removed */
|
||||
|
|
|
|||
Loading…
Reference in a new issue