$OpenBSD: patch-Amaya_thotlib_include_ustring_h,v 1.1 2001/10/02 20:18:59 heko Exp $
--- Amaya/thotlib/include/ustring.h.orig	Wed May 30 17:50:22 2001
+++ Amaya/thotlib/include/ustring.h	Thu Sep 13 01:44:27 2001
@@ -5,7 +5,10 @@
 #ifdef _WINDOWS
 #include <windows.h>
 #endif /* _WINDOWS */
+/* OpenBSD does not have ISO C99 conformant multibyte character library */
+#ifndef __OpenBSD__
 #include <wchar.h>
+#endif /* __OpenBSD__ */
 
 #ifdef _WINDOWS
 #define strncasecmp _strnicmp
