diff options
author | Andrew Tridgell <tridge@samba.org> | 2004-11-01 23:45:40 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:05:12 -0500 |
commit | 28785364baec1fbbf66de9ca38f397d7cc5c2c67 (patch) | |
tree | ab600b3f80da9641839682f87ef070e907d14a13 /source4/lib/iconv.c | |
parent | f20f1f994ac375ab96cc8a38075b99aa20041b3f (diff) | |
download | samba-28785364baec1fbbf66de9ca38f397d7cc5c2c67.tar.gz samba-28785364baec1fbbf66de9ca38f397d7cc5c2c67.tar.bz2 samba-28785364baec1fbbf66de9ca38f397d7cc5c2c67.zip |
r3446: created include/system/iconv.h and include/system/shmem.h
(This used to be commit 70055fb1f499cd40e996e56c7ba9ef8d2267b421)
Diffstat (limited to 'source4/lib/iconv.c')
-rw-r--r-- | source4/lib/iconv.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/lib/iconv.c b/source4/lib/iconv.c index 3cca734d7b..98905c4b84 100644 --- a/source4/lib/iconv.c +++ b/source4/lib/iconv.c @@ -20,6 +20,7 @@ */ #include "includes.h" +#include "system/iconv.h" /** |