Skip to content

Commit

Permalink
Mac build fix
Browse files Browse the repository at this point in the history
Signed-off-by: Dong Chen <[email protected]>
  • Loading branch information
dongluochen committed Jan 19, 2016
1 parent 3a54990 commit 180bc90
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion cluster/utils_darwin.go
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 180bc90

Please sign in to comment.