[HAVE_WCTYPE_H]: Include <wctype.h>.
authorJim Meyering <jim@meyering.net>
Sat, 22 Jan 2000 22:19:48 +0000 (22:19 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 22 Jan 2000 22:19:48 +0000 (22:19 +0000)
lib/quotearg.c

index bdbb820..722fa73 100644 (file)
 # include <string.h>
 #endif
 
+#if HAVE_WCTYPE_H
+# include <wctype.h>
+#endif
+
 #if HAVE_MBRTOWC && HAVE_WCHAR_H
 # include <wchar.h>
 #else