aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/vac/stdinc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd/vac/stdinc.h')
-rw-r--r--src/cmd/vac/stdinc.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/cmd/vac/stdinc.h b/src/cmd/vac/stdinc.h
new file mode 100644
index 00000000..aca405fc
--- /dev/null
+++ b/src/cmd/vac/stdinc.h
@@ -0,0 +1,8 @@
+#include <u.h>
+#include <libc.h>
+
+#include "venti.h"
+
+typedef uvlong u64int;
+typedef uchar u8int;
+typedef ushort u16int;