From 56538be6af9d4d76bffe5f142ba6a62e978561da Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Wed, 30 Jun 2010 22:36:40 +0200 Subject: s3-libads: move ads_dns out of main includes. 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 af48fdae5a..20a3439248 100644 --- a/source3/libads/ldap.c +++ b/source3/libads/ldap.c @@ -24,6 +24,7 @@ #include "includes.h" #include "libads/sitename_cache.h" #include "libads/cldap.h" +#include "libads/dns.h" #ifdef HAVE_LDAP -- cgit