summaryrefslogtreecommitdiffstats
path: root/resources/CL/stddef.h
diff options
context:
space:
mode:
Diffstat (limited to 'resources/CL/stddef.h')
-rw-r--r--resources/CL/stddef.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/resources/CL/stddef.h b/resources/CL/stddef.h
index 8aa70051..fde2fe19 100644
--- a/resources/CL/stddef.h
+++ b/resources/CL/stddef.h
@@ -5,3 +5,8 @@
#else
typedef int ptrdiff_t;
#endif
+
+#define NULL ((void *)0)
+ typedef int wchar_t;
+
+#include <inttypes.h> \ No newline at end of file