summaryrefslogtreecommitdiff
path: root/MacOSX/power
diff options
context:
space:
mode:
Diffstat (limited to 'MacOSX/power')
-rw-r--r--MacOSX/power/include/lib9.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/MacOSX/power/include/lib9.h b/MacOSX/power/include/lib9.h
index 7258d910..96c4b960 100644
--- a/MacOSX/power/include/lib9.h
+++ b/MacOSX/power/include/lib9.h
@@ -36,6 +36,8 @@ typedef long long vlong;
typedef unsigned long long uvlong;
typedef ushort Rune;
typedef unsigned int u32int;
+typedef uvlong u64int;
+
typedef unsigned int mpdigit; /* for /sys/include/mp.h */
typedef unsigned short u16int;
typedef unsigned char u8int;