From fad0112373a9411c2a16eae03239aa0774a5e253 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Thu, 24 Feb 2011 11:56:08 +0100 Subject: s3-build: stop including ldap and lber headers everywhere in the code. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Instead use new header smb_ldap.h where all LDAP API related things are handled, while smbldap.h only deals with our smbldap_X() API. Guenther Autobuild-User: Günther Deschner Autobuild-Date: Wed Mar 16 10:54:51 CET 2011 on sn-devel-104 --- source3/lib/ldap_debug_handler.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/lib/ldap_debug_handler.c') diff --git a/source3/lib/ldap_debug_handler.c b/source3/lib/ldap_debug_handler.c index 98623d1985..27d9a20f61 100644 --- a/source3/lib/ldap_debug_handler.c +++ b/source3/lib/ldap_debug_handler.c @@ -18,6 +18,7 @@ */ #include "includes.h" +#include "smb_ldap.h" #if defined(HAVE_LDAP) && defined(HAVE_LBER_LOG_PRINT_FN) static void samba_ldap_log_print_fn(LDAP_CONST char *data) -- cgit