Improved UTF-8 encoding and decoding, improved toolkit doc,
[silc.git] / includes / silcincludes.h
index e18c6ca18e345ae989fe33a64c3e8546e0ada24f..ca7416396a59a42e59ad0892142ca67a49579ee2 100644 (file)
@@ -197,6 +197,22 @@ extern "C" {
 #include <termios.h>
 #endif
 
+#ifdef HAVE_UTIME_H
+#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