]> granicus.if.org Git - file/commitdiff
Conditionally include wctype.h
authorChristos Zoulas <christos@zoulas.com>
Sun, 9 Apr 2006 16:41:03 +0000 (16:41 +0000)
committerChristos Zoulas <christos@zoulas.com>
Sun, 9 Apr 2006 16:41:03 +0000 (16:41 +0000)
src/funcs.c

index 5ea27f42c12f78fc3b9a9a4f3a6c794b40d356d7..f765a1de147bb102864175e1b93e2ca3b3e9af3c 100644 (file)
 #if defined(HAVE_WCHAR_H)
 #include <wchar.h>
 #endif
+#if defined(HAVE_WCTYPE_H)
+#include <wctype.h>
+#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