aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/fossil/stdinc.h
blob: e18ad91a4d7b5b6271e179d32fcdfd845ab85a09 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#include <u.h>
#include <libc.h>
#include <libsec.h>
#include <thread.h>

typedef uvlong	u64int;
typedef	uchar	u8int;
typedef ushort	u16int;

#include "venti.h"
#include "vac.h"
#include "fs.h"