net/rpc: fix build

LGTM=adg
R=golang-codereviews, adg
CC=golang-codereviews
https://golang.org/cl/151620043
This commit is contained in:
David du Colombier 2014-10-09 11:21:21 +02:00
parent e6295210b9
commit 9be9861c91
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@ import (
"errors"
"fmt"
"net"
"runtime"
"strings"
"testing"
)