projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2a7789b
)
[HAVE_WCTYPE_H]: Include <wctype.h>.
author
Jim Meyering
<jim@meyering.net>
Sat, 22 Jan 2000 22:19:48 +0000
(22:19 +0000)
committer
Jim Meyering
<jim@meyering.net>
Sat, 22 Jan 2000 22:19:48 +0000
(22:19 +0000)
lib/quotearg.c
patch
|
blob
|
history
diff --git
a/lib/quotearg.c
b/lib/quotearg.c
index bdbb82080b6a5004b4486f873bd31af98b10b84d..722fa734db0de6bd39cfdf7e83ca7b263f8d074f 100644
(file)
--- 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