From 0bd2756b974f171eb837d30309e2a46915edd861 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Tue, 21 Sep 2010 08:37:14 +0200 Subject: s3:registry: move prototypes from reg_init_basic.c to their own header. --- 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 f811049557..e2024df8b5 100644 --- a/source3/registry/reg_init_smbconf.c +++ b/source3/registry/reg_init_smbconf.c @@ -21,6 +21,7 @@ #include "registry.h" #include "reg_cachehook.h" #include "reg_backend_db.h" +#include "reg_init_basic.h" #undef DBGC_CLASS #define DBGC_CLASS DBGC_REGISTRY -- cgit