diff options
author | Günther Deschner <gd@samba.org> | 2011-02-25 16:29:14 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2011-03-30 01:13:06 +0200 |
commit | 310d26852705c79194566eba971377bbac5f1c52 (patch) | |
tree | 2f3fd16ca7ea62d86881d472a7bb37d87eaa58bf /source3/registry | |
parent | 89ca4875cd03ee7a4b8521a7ca838ce5d8391a21 (diff) | |
download | samba-310d26852705c79194566eba971377bbac5f1c52.tar.gz samba-310d26852705c79194566eba971377bbac5f1c52.tar.bz2 samba-310d26852705c79194566eba971377bbac5f1c52.zip |
s3-includes: only include system/iconv.h when needed.
Guenther
Diffstat (limited to 'source3/registry')
-rw-r--r-- | source3/registry/reg_parse_internal.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/registry/reg_parse_internal.h b/source3/registry/reg_parse_internal.h index 153d48cb31..ef59161756 100644 --- a/source3/registry/reg_parse_internal.h +++ b/source3/registry/reg_parse_internal.h @@ -25,6 +25,7 @@ #define __REG_PARSE_INTERNAL_H #include "includes.h" +#include "system/iconv.h" struct cbuf; |