Fix executor builds on Windows

This commit is contained in:
Sean Chittenden
2016-05-07 12:07:27 -07:00
parent a8122e8ef3
commit 3a0d6040f1

View File

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