diff options
author | Andrew Tridgell <tridge@samba.org> | 2004-11-07 10:34:35 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:05:37 -0500 |
commit | 396b5bdafe781bb7313a24ade4a94d6821628aab (patch) | |
tree | e0e61275c9999677d777ca55afa64a718fb17284 | |
parent | 0c5f2ba38e8e6d27dd35844e8268a9a26e614e06 (diff) | |
download | samba-396b5bdafe781bb7313a24ade4a94d6821628aab.tar.gz samba-396b5bdafe781bb7313a24ade4a94d6821628aab.tar.bz2 samba-396b5bdafe781bb7313a24ade4a94d6821628aab.zip |
r3598: hopefully fix the build on stratos
(This used to be commit e6e8a9c7f014ddf7c92476a6713582303bb944a0)
-rw-r--r-- | source4/lib/charcnv.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/lib/charcnv.c b/source4/lib/charcnv.c index 3c27d59664..bfb1081474 100644 --- a/source4/lib/charcnv.c +++ b/source4/lib/charcnv.c @@ -21,6 +21,7 @@ */ #include "includes.h" +#include "system/iconv.h" /** * @file |