wal: fix missing import

release-2.1
Yicheng Qin 2015-03-24 22:53:15 -07:00
parent ea24b397bf
commit 3dd6e0b88f
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@ import (
"os"
"path"
"reflect"
"testing"
"github.com/coreos/etcd/pkg/pbutil"
"github.com/coreos/etcd/raft/raftpb"