From 0685d3197001f814ac6882362eda92e91ad802ea Mon Sep 17 00:00:00 2001 From: Christos Zoulas Date: Sun, 9 Apr 2006 16:41:03 +0000 Subject: [PATCH] Conditionally include wctype.h --- src/funcs.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/funcs.c b/src/funcs.c index 5ea27f42..f765a1de 100644 --- a/src/funcs.c +++ b/src/funcs.c @@ -33,9 +33,12 @@ #if defined(HAVE_WCHAR_H) #include #endif +#if defined(HAVE_WCTYPE_H) +#include +#endif #ifndef lint -FILE_RCSID("@(#)$Id: funcs.c,v 1.19 2006/03/02 22:10:26 christos Exp $") +FILE_RCSID("@(#)$Id: funcs.c,v 1.20 2006/04/09 16:41:03 christos Exp $") #endif /* lint */ #ifndef HAVE_VSNPRINTF -- 2.40.0