diff options
author | Stefan Metzmacher <metze@samba.org> | 2005-01-31 15:58:54 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:09:25 -0500 |
commit | 73a0b6ea476ee19bb814c3257daca7c116d42872 (patch) | |
tree | 83179fccc68c992d451011d021c636a248bf386d /source4/lib/registry/tools | |
parent | a67ef6c6a11950cbd7dde9476c51d7e2e8b94f9b (diff) | |
download | samba-73a0b6ea476ee19bb814c3257daca7c116d42872.tar.gz samba-73a0b6ea476ee19bb814c3257daca7c116d42872.tar.bz2 samba-73a0b6ea476ee19bb814c3257daca7c116d42872.zip |
r5134: - fix types to always use _t types
- add #include "system/filesys.h" where needed
metze
(This used to be commit 6bb07a0ed8a4baaeaa1d63bde8ce773364860fd2)
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 600c1f60e7..ee7568cc0f 100644 --- a/source4/lib/registry/tools/regpatch.c +++ b/source4/lib/registry/tools/regpatch.c @@ -24,6 +24,7 @@ #include "dynconfig.h" #include "registry.h" #include "lib/cmdline/popt_common.h" +#include "system/filesys.h" /* * Routines to parse a REGEDIT4 file |