From 4ae77b2ef9ef5f936055b03a7fb96231a069683b Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Sun, 23 May 2010 16:11:13 +0200 Subject: s3:registry: extract the reg_util prototypes into their own header. And use them only where needed. --- source3/registry/reg_util.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/registry/reg_util.c') diff --git a/source3/registry/reg_util.c b/source3/registry/reg_util.c index 483523f100..f815ffd5f2 100644 --- a/source3/registry/reg_util.c +++ b/source3/registry/reg_util.c @@ -21,6 +21,7 @@ #include "includes.h" #include "registry.h" +#include "reg_util.h" #undef DBGC_CLASS #define DBGC_CLASS DBGC_REGISTRY -- cgit