$NetBSD: patch-ac,v 1.8 2003/03/22 06:46:21 wiz Exp $ --- ../thotlib/include/ustring.h.orig Mon Jun 17 04:10:14 2002 +++ ../thotlib/include/ustring.h @@ -6,6 +6,11 @@ #include #endif /* _WINDOWS */ +#include "config.h" +#ifdef HAVE_WCHAR_H +#include +#endif + #ifdef _WINDOWS #define strncasecmp _strnicmp #endif /* _WINDOWS */