summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/transport.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/transport.rs b/src/transport.rs
index ffa040d..69c2eab 100644
--- a/src/transport.rs
+++ b/src/transport.rs
@@ -1,6 +1,8 @@
//! Transports for communicating with the docker daemon
extern crate hyper;
+#[cfg(feature = "unix-socket")]
+extern crate hyperlocal;
use self::hyper::buffer::BufReader;
use self::hyper::header::ContentType;