summaryrefslogtreecommitdiff
path: root/Nt/386
diff options
context:
space:
mode:
Diffstat (limited to 'Nt/386')
-rwxr-xr-xNt/386/include/lib9.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Nt/386/include/lib9.h b/Nt/386/include/lib9.h
index d45f226c..c726f21e 100755
--- a/Nt/386/include/lib9.h
+++ b/Nt/386/include/lib9.h
@@ -49,6 +49,8 @@ typedef unsigned short Rune;
typedef __int64 vlong;
typedef unsigned __int64 uvlong;
typedef unsigned int u32int;
+typedef uvlong u64int;
+
typedef unsigned int mpdigit; /* for /sys/include/mp.h */
typedef unsigned short u16int;
typedef unsigned char u8int;