packer/rpc: fix build by missing import
This commit is contained in:
parent
cf175b4733
commit
9e12492f96
|
@ -2,6 +2,7 @@ package rpc
|
|||
|
||||
import (
|
||||
"encoding/gob"
|
||||
"fmt"
|
||||
"github.com/mitchellh/packer/packer"
|
||||
"log"
|
||||
"net"
|
||||
|
|
Loading…
Reference in New Issue