diff options
author | Andrew Tridgell <tridge@samba.org> | 2005-08-23 03:22:25 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:34:23 -0500 |
commit | a92e61c4528b46628275216c9252a7a7f6e07dfc (patch) | |
tree | 51d6195b5f544e12132a6a41a5fd9c046c2c6f37 /source4/lib/registry/tools | |
parent | 27a09eaaab1d147ecad069a0d6645ad5c1c393c6 (diff) | |
download | samba-a92e61c4528b46628275216c9252a7a7f6e07dfc.tar.gz samba-a92e61c4528b46628275216c9252a7a7f6e07dfc.tar.bz2 samba-a92e61c4528b46628275216c9252a7a7f6e07dfc.zip |
r9503: removed duplicate REG_* defines from registry.h now that they are
generated in winreg.h
(This used to be commit fc15e1b003a2b24dc73a6a7f2bbc45e20373dda1)
Diffstat (limited to 'source4/lib/registry/tools')
-rw-r--r-- | source4/lib/registry/tools/regpatch.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/lib/registry/tools/regpatch.c b/source4/lib/registry/tools/regpatch.c index 3ada9f66e2..c2f01ce5b4 100644 --- a/source4/lib/registry/tools/regpatch.c +++ b/source4/lib/registry/tools/regpatch.c @@ -25,6 +25,7 @@ #include "registry.h" #include "lib/cmdline/popt_common.h" #include "system/filesys.h" +#include "librpc/gen_ndr/winreg.h" /* * Routines to parse a REGEDIT4 file |