packer/rpc: fix build by missing import

This commit is contained in:
Mitchell Hashimoto 2013-08-22 11:53:54 -07:00
parent 3375c9e4fd
commit db01abc008
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@ package rpc
import (
"encoding/gob"
"fmt"
"github.com/mitchellh/packer/packer"
"log"
"net"