diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2005-12-27 21:11:09 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:47:51 -0500 |
commit | 7285e102f063122ca8ef1222cc6e9a5cde176b41 (patch) | |
tree | 2551036f62d46558a1e9acd26a20f2c0b7241dce /source4/torture/local/registry.c | |
parent | 10c183d9ae941f0ef143b2d50aebfcaf550c72b3 (diff) | |
download | samba-7285e102f063122ca8ef1222cc6e9a5cde176b41.tar.gz samba-7285e102f063122ca8ef1222cc6e9a5cde176b41.tar.bz2 samba-7285e102f063122ca8ef1222cc6e9a5cde176b41.zip |
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)
Diffstat (limited to 'source4/torture/local/registry.c')
-rw-r--r-- | source4/torture/local/registry.c | 1 |
1 files changed, 1 insertions, 0 deletions
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) { |