Browse code

Windows: Patch up compile after adjustCpuShares

Signed-off-by: John Howard <jhoward@microsoft.com>

John Howard authored on 2015/06/13 05:00:59
Showing 1 changed files
... ...
@@ -8,6 +8,8 @@ import (
8 8
 	"net/http"
9 9
 
10 10
 	"github.com/docker/docker/daemon"
11
+	"github.com/docker/docker/pkg/version"
12
+	"github.com/docker/docker/runconfig"
11 13
 )
12 14
 
13 15
 // NewServer sets up the required Server and does protocol specific checking.