From 7285e102f063122ca8ef1222cc6e9a5cde176b41 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Tue, 27 Dec 2005 21:11:09 +0000 Subject: r12523: Convert the registry subsystem to use a seperate prototype header (note that this doesn't use the distinction between private and public prototypes yet) (This used to be commit 60e11f575821c1762b25ad66441b6e69ad1167ef) --- source4/torture/local/registry.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source4/torture/local') diff --git a/source4/torture/local/registry.c b/source4/torture/local/registry.c index 5e7f2b0f5f..21b42d6129 100644 --- a/source4/torture/local/registry.c +++ b/source4/torture/local/registry.c @@ -23,6 +23,7 @@ #include "includes.h" #include "librpc/gen_ndr/security.h" #include "librpc/gen_ndr/ndr_epmapper.h" +#include "lib/registry/registry.h" static BOOL test_hive(TALLOC_CTX *mem_ctx, const char *backend, const char *location) { -- cgit