Fixup fromcvs/togit conversion
[minix-pkgsrc.git] / x11 / Xaw3d / patches / patch-ab
blob458a18064c784297e79d61b4a39b262ed1ad6c97
1 $NetBSD: patch-ab,v 1.2 2001/03/11 14:11:45 tron Exp $
3 --- XawI18n.h.orig      1996-10-15 16:41:26.000000000 +0200
4 +++ XawI18n.h
5 @@ -29,11 +29,13 @@ in this Software without prior written a
6  
7  #ifdef HAS_WCTYPE_H
8  #include <wctype.h>
9 +#ifndef NO_WIDEC_H
10  #include <widec.h>
11  #define wcslen(c) wslen(c)
12  #define wcscpy(d,s) wscpy(d,s)
13  #define wcsncpy(d,s,l) wsncpy(d,s,l)
14  #endif
15 +#endif
17  #ifdef HAS_WCHAR_H
18  #include <wchar.h>