From fbb7814f91f85e95769a5e23506825167b44139f Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Tue, 18 May 2010 19:40:31 +0200 Subject: s3: only use netlogon/nbt header when needed. Guenther --- source3/utils/net_ads.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/utils/net_ads.c') diff --git a/source3/utils/net_ads.c b/source3/utils/net_ads.c index 9665a3aa86..4aea9a7ab4 100644 --- a/source3/utils/net_ads.c +++ b/source3/utils/net_ads.c @@ -25,6 +25,7 @@ #include "librpc/gen_ndr/ndr_krb5pac.h" #include "../librpc/gen_ndr/cli_spoolss.h" #include "nsswitch/libwbclient/wbclient.h" +#include "libads/cldap.h" #ifdef HAVE_ADS -- cgit