summaryrefslogtreecommitdiff
path: root/test/test.rs
diff options
context:
space:
mode:
Diffstat (limited to 'test/test.rs')
-rw-r--r--test/test.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/test.rs b/test/test.rs
index a91b6348..c7b9c013 100644
--- a/test/test.rs
+++ b/test/test.rs
@@ -1,4 +1,6 @@
extern crate bytes;
+#[cfg(target_os = "linux")]
+extern crate caps;
#[macro_use]
extern crate cfg_if;
#[macro_use]