summaryrefslogtreecommitdiff
path: root/include/types.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/types.h')
-rw-r--r--include/types.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/types.h b/include/types.h
index 821e108..5be3023 100644
--- a/include/types.h
+++ b/include/types.h
@@ -2,6 +2,7 @@
#define NULL (void*)0
+#define uintptr_t __wk_size_t
#define size_t __wk_size_t
#define uint8_t __wk_uint8_t
#define uint16_t __wk_uint16_t