summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2000-01-22 22:19:48 +0000
committerJim Meyering <jim@meyering.net>2000-01-22 22:19:48 +0000
commit0b7e06d203178a11f3ae6fa8b840ea9b57c087a0 (patch)
treed2e76c23e5e21997e365c334e1d28e82dc6eeb81 /lib
parent968d5b2bbf9be1f2ae9c4eaa02b06be8d60f48e9 (diff)
downloadcoreutils-0b7e06d203178a11f3ae6fa8b840ea9b57c087a0.tar.xz
[HAVE_WCTYPE_H]: Include <wctype.h>.
Diffstat (limited to 'lib')
-rw-r--r--lib/quotearg.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/quotearg.c b/lib/quotearg.c
index bdbb82080..722fa734d 100644
--- a/lib/quotearg.c
+++ b/lib/quotearg.c
@@ -58,6 +58,10 @@
# include <string.h>
#endif
+#if HAVE_WCTYPE_H
+# include <wctype.h>
+#endif
+
#if HAVE_MBRTOWC && HAVE_WCHAR_H
# include <wchar.h>
#else