$NetBSD: patch-ab,v 1.2 2001/03/11 14:11:45 tron Exp $ --- XawI18n.h.orig Tue Oct 15 16:41:26 1996 +++ XawI18n.h Sun Mar 11 15:07:30 2001 @@ -29,10 +29,12 @@ #ifdef HAS_WCTYPE_H #include +#ifndef NO_WIDEC_H #include #define wcslen(c) wslen(c) #define wcscpy(d,s) wscpy(d,s) #define wcsncpy(d,s,l) wsncpy(d,s,l) +#endif #endif #ifdef HAS_WCHAR_H