changeset 2183:37b73a4c0ec5

[HAVE_WCTYPE_H]: Include <wctype.h>.
author Jim Meyering <jim@meyering.net>
date Sat, 22 Jan 2000 22:19:48 +0000
parents beea8fdb99e0
children fd4d08c2aef0
files lib/quotearg.c
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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