diff options
author | David du Colombier <0intro@gmail.com> | 2011-11-08 11:48:18 -0500 |
---|---|---|
committer | Russ Cox <rsc@swtch.com> | 2011-11-08 11:48:18 -0500 |
commit | 1e0c0383421cb902dabbb1d3b3b7b6957db37005 (patch) | |
tree | 988970a120eeb23107df99ffcc7d9a2654db2267 /src/cmd/vac | |
parent | 91b0ee088e6c249478a21c43bf1fd4484d8d76d5 (diff) | |
download | plan9port-1e0c0383421cb902dabbb1d3b3b7b6957db37005.tar.gz plan9port-1e0c0383421cb902dabbb1d3b3b7b6957db37005.tar.bz2 plan9port-1e0c0383421cb902dabbb1d3b3b7b6957db37005.zip |
venti: import changes from plan 9
R=rsc
CC=plan9port.codebot
http://codereview.appspot.com/5325044
Diffstat (limited to 'src/cmd/vac')
-rw-r--r-- | src/cmd/vac/stdinc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cmd/vac/stdinc.h b/src/cmd/vac/stdinc.h index aa3b5f7c..070c56b3 100644 --- a/src/cmd/vac/stdinc.h +++ b/src/cmd/vac/stdinc.h @@ -1,6 +1,7 @@ #include <u.h> #include <libc.h> #include <bio.h> +#include <ctype.h> #include <thread.h> #include <venti.h> #include <libsec.h> |