summaryrefslogtreecommitdiff
path: root/include/wctype.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/wctype.h')
-rw-r--r--include/wctype.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/wctype.h b/include/wctype.h
index c76f50c866..f93ec64abc 100644
--- a/include/wctype.h
+++ b/include/wctype.h
@@ -1 +1,7 @@
+#ifndef _WCTYPE_H
+
#include <wctype/wctype.h>
+
+extern int __iswspace __P ((wint_t __wc));
+
+#endif