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/lib/smbconf/smbconf_reg.c | 1 + source3/lib/util_reg_api.c | 1 + 2 files changed, 2 insertions(+) (limited to 'source3/lib') diff --git a/source3/lib/smbconf/smbconf_reg.c b/source3/lib/smbconf/smbconf_reg.c index aa6c60f14c..96b5f1ee24 100644 --- a/source3/lib/smbconf/smbconf_reg.c +++ b/source3/lib/smbconf/smbconf_reg.c @@ -19,6 +19,7 @@ #include "includes.h" #include "lib/smbconf/smbconf_private.h" +#include "registry.h" #define INCLUDES_VALNAME "includes" diff --git a/source3/lib/util_reg_api.c b/source3/lib/util_reg_api.c index 65a74b845d..5f9eb85323 100644 --- a/source3/lib/util_reg_api.c +++ b/source3/lib/util_reg_api.c @@ -18,6 +18,7 @@ */ #include "includes.h" +#include "registry.h" #undef DBGC_CLASS #define DBGC_CLASS DBGC_REGISTRY -- cgit