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/utils/net_lookup.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/utils/net_lookup.c') diff --git a/source3/utils/net_lookup.c b/source3/utils/net_lookup.c index 585a1185e6..1b31b32ff0 100644 --- a/source3/utils/net_lookup.c +++ b/source3/utils/net_lookup.c @@ -19,6 +19,7 @@ #include "includes.h" #include "utils/net.h" #include "libads/sitename_cache.h" +#include "libads/dns.h" #include "../librpc/gen_ndr/ndr_netlogon.h" int net_lookup_usage(struct net_context *c, int argc, const char **argv) -- cgit