From 73b2d62bcd607d19dea4e558d8d0199bd0ffa69b Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Thu, 3 Jan 2002 00:39:09 +0000 Subject: [PATCH] Fix queue.h include --- libraries/libldap/ldap-int.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/libraries/libldap/ldap-int.h b/libraries/libldap/ldap-int.h index 552855e6f8..dbcd5ab8e6 100644 --- a/libraries/libldap/ldap-int.h +++ b/libraries/libldap/ldap-int.h @@ -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 #endif -#include +#include #ifdef HAVE_CYRUS_SASL /* the need for this should be removed */ -- 2.39.5