summaryrefslogtreecommitdiff
path: root/include/types.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/types.h')
-rw-r--r--include/types.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/types.h b/include/types.h
index 01c7fbf..7df137c 100644
--- a/include/types.h
+++ b/include/types.h
@@ -25,6 +25,8 @@ typedef volatile s64 vs64;
typedef float f32;
typedef volatile f32 vf32;
+typedef unsigned long size_t;
+
typedef int BOOL;
#define TRUE 1
#define FALSE 0