summaryrefslogtreecommitdiff
path: root/types
diff options
context:
space:
mode:
Diffstat (limited to 'types')
-rwxr-xr-xtypes/types.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/types/types.h b/types/types.h
index 19978b0..bffa4bc 100755
--- a/types/types.h
+++ b/types/types.h
@@ -17,4 +17,6 @@ typedef uint64_t u64;
typedef float f32;
typedef double f64;
+typedef unsigned uint;
+
#endif