]> granicus.if.org Git - apache/commitdiff
Fix compilation error due to missing LDAP_DECLARE definition
authorStefan Fritsch <sf@apache.org>
Wed, 29 Jun 2011 19:12:03 +0000 (19:12 +0000)
committerStefan Fritsch <sf@apache.org>
Wed, 29 Jun 2011 19:12:03 +0000 (19:12 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1141201 13f79535-47bb-0310-9956-ffa450edef68

modules/ldap/ap_ldap_init.c
modules/ldap/ap_ldap_option.c
modules/ldap/ap_ldap_rebind.c
modules/ldap/ap_ldap_url.c

index 480229025129dcc8396bcbe5835b8c8c3dec814d..930a3f7388b0fdbb2cb44e6ce23adb36f1d35dfb 100644 (file)
@@ -32,6 +32,7 @@
 #include "apr_strings.h"
 
 #if AP_HAS_LDAP
+#include "ldap_private.h"
 
 /**
  * APR LDAP SSL Initialise function
index d38ad21b07d92dfa7bbb2628e3e915ef4fca7723..6932b0fdb43ce13045ac34a83845b017c36f8aff 100644 (file)
@@ -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);
index 1c7c05957b616dcd3a677c858a581a750ed3d16a..0d1b8f143cc4942e3ef1e8dbf5dd3d6414ba3d58 100644 (file)
@@ -26,6 +26,7 @@
 #include "ap_ldap.h"
 
 #if AP_HAS_LDAP
+#include "ldap_private.h"
 
 #include "apr_errno.h"
 #include "apr_strings.h"
index 8317990c7562cb34d5ae255aadc31590c607df1f..f20d24fbee75d6925f57195ddfb6614c2cdbb153 100644 (file)
@@ -78,6 +78,7 @@
 #include "ap_ldap.h"
 
 #if AP_HAS_LDAP
+#include "ldap_private.h"
 
 #if APR_HAVE_STDLIB_H
 #include <stdlib.h>