From 95dee0435fdda0210f0209bc3c9e750f7b55060c Mon Sep 17 00:00:00 2001 From: Paulo Cesar Pereira de Andrade Date: Fri, 29 Feb 2008 15:23:52 -0300 Subject: [PATCH] Minor bug fix to actually include a prototype. --- src/XawI18n.h | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/src/XawI18n.h b/src/XawI18n.h index 45cb9a5..8513a85 100644 --- a/src/XawI18n.h +++ b/src/XawI18n.h @@ -115,8 +115,9 @@ wchar_t _Xaw_atowc #if !defined(iswalnum) && !defined(HAVE_ISWALNUM) #define iswalnum(c) _Xaw_iswalnum(c) +#endif int _Xaw_iswalnum ( wchar_t c ); -#endif + -- 1.5.4.3