From a4efda959af36e0611c5204852dc1eea3f0310bf Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Sun, 23 May 2010 15:57:27 +0200 Subject: s3:registry: extract the reg_util_legacy prototypes into their own header. And use them only where necessary. --- source3/registry/reg_util_legacy.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/registry/reg_util_legacy.c') diff --git a/source3/registry/reg_util_legacy.c b/source3/registry/reg_util_legacy.c index f8f3764c88..7f2eecc19e 100644 --- a/source3/registry/reg_util_legacy.c +++ b/source3/registry/reg_util_legacy.c @@ -21,6 +21,7 @@ #include "includes.h" #include "registry.h" +#include "reg_util_legacy.h" #undef DBGC_CLASS #define DBGC_CLASS DBGC_REGISTRY -- cgit