fix build

TBR=gri
OCL=34264
CL=34264
This commit is contained in:
Russ Cox 2009-09-02 13:13:40 -07:00
parent 115c62de8d
commit a03764aa50
3 changed files with 25 additions and 0 deletions

View file

@ -4,6 +4,8 @@
package proc
// TODO(rsc): Imports here after to be in proc.go too in order
// for deps.bash to get the right answer.
import (
"container/vector";
"fmt";