From d25b2adf34a86c8abd0129304143f72dd6a9807c Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Tue, 21 Sep 2010 08:45:06 +0200 Subject: s3:registry: move prototype from reg_init_full.c to its own header. --- source3/registry/reg_init_full.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/registry/reg_init_full.c') diff --git a/source3/registry/reg_init_full.c b/source3/registry/reg_init_full.c index e17bc413c2..fca07b1693 100644 --- a/source3/registry/reg_init_full.c +++ b/source3/registry/reg_init_full.c @@ -27,6 +27,7 @@ #include "reg_perfcount.h" #include "reg_eventlog.h" #include "reg_init_basic.h" +#include "reg_init_full.h" #undef DBGC_CLASS #define DBGC_CLASS DBGC_REGISTRY -- cgit