From: Christos Zoulas Date: Sun, 9 Apr 2006 16:41:03 +0000 (+0000) Subject: Conditionally include wctype.h X-Git-Tag: FILE5_05~755 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=dd28809d0f2beae04f5f56a51b6d94d79fa163d7;p=file Conditionally include wctype.h --- 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