Added a bit of iconv code to rfc2ftn

This commit is contained in:
Michiel Broek
2007-02-18 20:22:43 +00:00
parent 230bbd87c3
commit b19fb0af99
2 changed files with 31 additions and 0 deletions

View File

@@ -97,6 +97,10 @@
#endif
#include <locale.h>
#include <langinfo.h>
#ifdef HAVE_ICONV_H
#include <iconv.h>
#endif
/* used to use #elif, but native braindead hpux 9.00 c compiler didn't
* * understand it */