Mac build fix

Signed-off-by: Dong Chen <dongluo.chen@docker.com>
This commit is contained in:
Dong Chen 2016-01-18 16:54:22 -08:00
parent 3a5499040f
commit 180bc90b1b
1 changed files with 3 additions and 1 deletions

View File

@ -1,12 +1,14 @@
// +build darwin
package dockerclient
package cluster
import (
"net"
"os"
"syscall"
"time"
"golang.org/x/sys/unix"
)
// setTCPUserTimeout sets TCP_RXT_CONNDROPTIME on darwin