packer/rpc: fix build by missing import

This commit is contained in:
Mitchell Hashimoto 2013-08-22 11:53:54 -07:00
parent cf175b4733
commit 9e12492f96
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"