Improved UTF-8 encoding and decoding, improved toolkit doc,
[silc.git] / includes / silcincludes.h
index a74228dc6b0fabccf2c77d63781229fad19c8020..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
@@ -237,6 +253,7 @@ extern "C" {
 #include "silcsockconn.h"
 
 /* SILC core library includes */
+#include "silcstatus.h"
 #include "silcid.h"
 #include "silcidcache.h"
 #include "silcargument.h"