$NetBSD: patch-ac,v 1.9 2003/12/03 01:36:12 xtraeme Exp $

--- ../thotlib/include/ustring.h.orig	Fri Jul  4 14:35:37 2003
+++ ../thotlib/include/ustring.h
@@ -6,6 +6,11 @@
 #include <windows.h>
 #endif /* _WINDOWS */
 
+#include "config.h" 
+#ifdef HAVE_WCHAR_H 
+#include <wchar.h> 
+#endif 
+
 #ifdef _WINDOWS
 #define strncasecmp _strnicmp
 #endif /* _WINDOWS */
