Fix executor builds on Windows

This commit is contained in:
Sean Chittenden 2016-05-07 12:07:27 -07:00
parent af7de1cc48
commit 19c64fb94c

View file

@ -4,6 +4,7 @@ import (
"os/exec"
"time"
cstructs "github.com/hashicorp/nomad/client/driver/structs"
"golang.org/x/sys/windows"
)