aboutsummaryrefslogtreecommitdiff
path: root/src/utils/types.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils/types.h')
-rw-r--r--src/utils/types.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/utils/types.h b/src/utils/types.h
index b06b160..ce49701 100644
--- a/src/utils/types.h
+++ b/src/utils/types.h
@@ -4,5 +4,6 @@
typedef unsigned char u8;
typedef unsigned short u16;
typedef unsigned int u32;
+typedef unsigned long long u64;
#endif