summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
Diffstat (limited to 'src/include')
-rw-r--r--src/include/stddef.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/include/stddef.h b/src/include/stddef.h
index 83a0f0ed6..20419bdf1 100644
--- a/src/include/stddef.h
+++ b/src/include/stddef.h
@@ -25,6 +25,9 @@ FILE_LICENCE ( GPL2_ONLY );
#ifndef __WCHAR_TYPE__
#define __WCHAR_TYPE__ long int
#endif
+#ifndef __WINT_TYPE__
+#define __WINT_TYPE__ long int
+#endif
typedef __WCHAR_TYPE__ wchar_t;
typedef __WINT_TYPE__ wint_t;