Merge pull request #13916 from Microsoft/10662-compileserver

Windows: Patch up compile after adjustCpuShares
This commit is contained in:
David Calavera 2015-06-12 13:48:22 -07:00
commit 421b9b6859

View file

@ -8,6 +8,8 @@ import (
"net/http"
"github.com/docker/docker/daemon"
"github.com/docker/docker/pkg/version"
"github.com/docker/docker/runconfig"
)
// NewServer sets up the required Server and does protocol specific checking.