plan9port/src/cmd/vac/stdinc.h
Russ Cox e05b0ff3eb vac: add -a and -x flags
Thanks to Michael Kaminsky for the suggestion.
2008-07-03 01:34:48 -04:00

7 lines
129 B
C

#include <u.h>
#include <libc.h>
#include <bio.h>
#include <thread.h>
#include <venti.h>
#include <libsec.h>
#include <regexp.h>