Include wchar.h if available.
[claws.git] / src / gtk / gtkstext.h
index 2089c9a44adf3b8460f521f8a983f59b43062245..4c0de0ae832523665b0ab994f59e305a47feb072 100644 (file)
@@ -38,6 +38,8 @@
 #if (HAVE_WCTYPE_H && HAVE_WCHAR_H)
 #  include <wchar.h>
 #  include <wctype.h>
+#elif (HAVE_WCHAR_H)
+#  include <wchar.h>
 #endif
 
 #include <gdk/gdk.h>