Improved UTF-8 encoding and decoding, improved toolkit doc,
[silc.git] / includes / silcincludes.h
index 8fe2ccfe2b03e32a1777ced8e481dfc9caa140aa..ca7416396a59a42e59ad0892142ca67a49579ee2 100644 (file)
@@ -201,6 +201,18 @@ extern "C" {
 #include <utime.h>
 #endif
 
+#ifdef HAVE_ICONV_H
+#include <iconv.h>
+#endif
+
+#ifdef HAVE_LOCALE_H
+#include <locale.h>
+#endif
+
+#ifdef HAVE_LANGINFO_H
+#include <langinfo.h>
+#endif
+
 #endif                         /* !SILC_WIN32 */
 
 #ifndef HAVE_GETOPT_LONG