From fe31b67d5e9bf5b6c195eddb5f7b42e680a0f36a Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Fri, 2 Oct 2009 00:17:06 +0200 Subject: s3-registry: only include registry headers when really needed. Guenther --- source3/utils/net_registry.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/utils/net_registry.c') diff --git a/source3/utils/net_registry.c b/source3/utils/net_registry.c index ae9cdde2fb..0c3aea0f4a 100644 --- a/source3/utils/net_registry.c +++ b/source3/utils/net_registry.c @@ -20,11 +20,11 @@ */ #include "includes.h" +#include "registry.h" #include "utils/net.h" #include "utils/net_registry_util.h" #include "include/g_lock.h" - /* * * Helper functions -- cgit