diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-04-02 13:59:48 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-04-02 13:59:48 +0200 |
commit | ec7394e7d2f589905044cff3cb1899f0815991d6 (patch) | |
tree | 2229bd04732e4f4975ce04b20f8d4270521e47ff /source4/lib/registry/dir.c | |
parent | 5be50a222facee943edae868e39ff11f7dd68965 (diff) | |
download | samba-ec7394e7d2f589905044cff3cb1899f0815991d6.tar.gz samba-ec7394e7d2f589905044cff3cb1899f0815991d6.tar.bz2 samba-ec7394e7d2f589905044cff3cb1899f0815991d6.zip |
Merge hive.h into registry.h
(This used to be commit 3ca14fdf74d2510049bbdbbd2a5be341412cda1b)
Diffstat (limited to 'source4/lib/registry/dir.c')
-rw-r--r-- | source4/lib/registry/dir.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/registry/dir.c b/source4/lib/registry/dir.c index dc3717e886..449ee0f6ee 100644 --- a/source4/lib/registry/dir.c +++ b/source4/lib/registry/dir.c @@ -18,7 +18,7 @@ */ #include "includes.h" -#include "hive.h" +#include "registry.h" #include "system/dir.h" #include "system/filesys.h" |