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_backend_db.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/registry/reg_backend_db.c') diff --git a/source3/registry/reg_backend_db.c b/source3/registry/reg_backend_db.c index 278359fa74..3f9fdb6a0b 100644 --- a/source3/registry/reg_backend_db.c +++ b/source3/registry/reg_backend_db.c @@ -23,6 +23,7 @@ #include "includes.h" #include "registry.h" #include "reg_db.h" +#include "reg_util.h" #undef DBGC_CLASS #define DBGC_CLASS DBGC_REGISTRY -- cgit