summaryrefslogtreecommitdiffstats
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 f594686..e95c213 100644
--- a/include/types.h
+++ b/include/types.h
@@ -19,6 +19,8 @@ typedef long long signed int int64_t;
typedef _Bool bool;
+typedef uint32_t size_t;
+
#define true (1)
#define false (0)
#else
OpenPOWER on IntegriCloud