summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristos Zoulas <christos@zoulas.com>2006-04-09 16:41:03 +0000
committerChristos Zoulas <christos@zoulas.com>2006-04-09 16:41:03 +0000
commit0685d3197001f814ac6882362eda92e91ad802ea (patch)
tree866fa79fb563a30910034b3f1944f60444bde89e /src
parentf4141f1ede28d81075086f0a04c1481aaa561b60 (diff)
downloadfile-git-0685d3197001f814ac6882362eda92e91ad802ea.tar.gz
Conditionally include wctype.h
Diffstat (limited to 'src')
-rw-r--r--src/funcs.c5
1 files changed, 4 insertions, 1 deletions
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 <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