$NetBSD: patch-ae,v 1.5.4.2 2002/08/25 21:22:02 jlam Exp $ --- ../thotlib/include/ustring.h.orig Mon Jul 1 02:49:43 2002 +++ ../thotlib/include/ustring.h Mon Jul 1 02:55:09 2002 @@ -5,7 +5,11 @@ #ifdef _WINDOWS #include #endif /* _WINDOWS */ + +#include "config.h" +#ifdef HAVE_WCHAR_H #include +#endif /* HAVE_WCHAR_H */ #ifdef _WINDOWS #define strncasecmp _strnicmp