summaryrefslogtreecommitdiff
path: root/wctype.h
diff options
context:
space:
mode:
Diffstat (limited to 'wctype.h')
-rw-r--r--wctype.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/wctype.h b/wctype.h
index 139d77a..f89a6a0 100644
--- a/wctype.h
+++ b/wctype.h
@@ -1,5 +1,9 @@
-#ifndef __WCTYPE_H__
-#define __WCTYPE_H__
+#ifndef __STDC_VERSION_WCTYPE_H__
+#if defined __STDC_VERSION__
+#define __STDC_VERSION_WCTYPE_H__ __STDC_VERSION__
+#else
+#define __STDC_VERSION_WCTYPE_H__ 1
+#endif
/*
UNG's Not GNU