aboutsummaryrefslogtreecommitdiff
path: root/src/types.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/types.h')
-rw-r--r--src/types.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/types.h b/src/types.h
index 7e09de6..2bbc7be 100644
--- a/src/types.h
+++ b/src/types.h
@@ -13,6 +13,7 @@ typedef signed short s16;
typedef unsigned int u32;
typedef signed int s32;
typedef u32 size_t;
+typedef unsigned long long u64;
#define __VISIBLE __attribute__((externally_visible))
#ifdef MODE16