Fix queue.h include

This commit is contained in:
Kurt Zeilenga 2002-01-03 00:39:09 +00:00
parent 3dac129527
commit 73b2d62bcd

View file

@ -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 */