From fa569e11bd8b0344f25d8240d15c8a9b07384f5e Mon Sep 17 00:00:00 2001 From: Stefan Fritsch Date: Wed, 29 Jun 2011 19:12:03 +0000 Subject: [PATCH] Fix compilation error due to missing LDAP_DECLARE definition git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1141201 13f79535-47bb-0310-9956-ffa450edef68 --- modules/ldap/ap_ldap_init.c | 1 + modules/ldap/ap_ldap_option.c | 1 + modules/ldap/ap_ldap_rebind.c | 1 + modules/ldap/ap_ldap_url.c | 1 + 4 files changed, 4 insertions(+) diff --git a/modules/ldap/ap_ldap_init.c b/modules/ldap/ap_ldap_init.c index 4802290251..930a3f7388 100644 --- a/modules/ldap/ap_ldap_init.c +++ b/modules/ldap/ap_ldap_init.c @@ -32,6 +32,7 @@ #include "apr_strings.h" #if AP_HAS_LDAP +#include "ldap_private.h" /** * APR LDAP SSL Initialise function diff --git a/modules/ldap/ap_ldap_option.c b/modules/ldap/ap_ldap_option.c index d38ad21b07..6932b0fdb4 100644 --- a/modules/ldap/ap_ldap_option.c +++ b/modules/ldap/ap_ldap_option.c @@ -31,6 +31,7 @@ #include "apr_tables.h" #if AP_HAS_LDAP +#include "ldap_private.h" static void option_set_cert(apr_pool_t *pool, LDAP *ldap, const void *invalue, ap_ldap_err_t *result); diff --git a/modules/ldap/ap_ldap_rebind.c b/modules/ldap/ap_ldap_rebind.c index 1c7c05957b..0d1b8f143c 100644 --- a/modules/ldap/ap_ldap_rebind.c +++ b/modules/ldap/ap_ldap_rebind.c @@ -26,6 +26,7 @@ #include "ap_ldap.h" #if AP_HAS_LDAP +#include "ldap_private.h" #include "apr_errno.h" #include "apr_strings.h" diff --git a/modules/ldap/ap_ldap_url.c b/modules/ldap/ap_ldap_url.c index 8317990c75..f20d24fbee 100644 --- a/modules/ldap/ap_ldap_url.c +++ b/modules/ldap/ap_ldap_url.c @@ -78,6 +78,7 @@ #include "ap_ldap.h" #if AP_HAS_LDAP +#include "ldap_private.h" #if APR_HAVE_STDLIB_H #include -- 2.40.0