From 62544c5d2b9caab818ce82eb0b3877854a9719b6 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Thu, 26 Aug 2010 14:07:20 +0200 Subject: s3-build: only include smbldap.h where needed. Guenther --- source3/libads/ldap.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/libads/ldap.c') diff --git a/source3/libads/ldap.c b/source3/libads/ldap.c index 97d89dc88d..3525876ecf 100644 --- a/source3/libads/ldap.c +++ b/source3/libads/ldap.c @@ -27,6 +27,7 @@ #include "libads/cldap.h" #include "libads/dns.h" #include "../libds/common/flags.h" +#include "smbldap.h" #ifdef HAVE_LDAP -- cgit