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 1d22b59a..1b73c4ff 100644
--- a/test/test.rs
+++ b/test/test.rs
@@ -1,4 +1,6 @@
#[macro_use]
+extern crate cfg_if;
+#[macro_use]
extern crate nix;
#[macro_use]
extern crate lazy_static;