From d335f292ce10824d483eff8d34fb0444e3d91f23 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Mon, 24 May 2010 22:42:00 +0200 Subject: s3:registry: extract the reg_backend_db prototypes into their own header. And use them only where needed. --- source3/registry/reg_init_smbconf.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/registry/reg_init_smbconf.c') diff --git a/source3/registry/reg_init_smbconf.c b/source3/registry/reg_init_smbconf.c index 6ba0e47c49..394de5883d 100644 --- a/source3/registry/reg_init_smbconf.c +++ b/source3/registry/reg_init_smbconf.c @@ -20,6 +20,7 @@ #include "includes.h" #include "registry.h" #include "reg_cachehook.h" +#include "reg_backend_db.h" #undef DBGC_CLASS #define DBGC_CLASS DBGC_REGISTRY -- cgit