summaryrefslogtreecommitdiff
path: root/test/test.rs
diff options
context:
space:
mode:
authorCarl Lerche <me@carllerche.com>2015-08-21 11:34:02 -0700
committerCarl Lerche <me@carllerche.com>2015-08-21 11:34:02 -0700
commit573e6a5753be415de2bbcfaedd7cfe4cb56d1822 (patch)
treeb2e9aea13b2cb3c24165da8601ef12f18ebd24d9 /test/test.rs
parentbd265fd8f47142e565294258abb95223f195e96d (diff)
parente9d9a328042b4a247715790a4141a8addf28ddb8 (diff)
downloadnix-573e6a5753be415de2bbcfaedd7cfe4cb56d1822.zip
Merge remote-tracking branch 'posborne/ioctl-rework'
Diffstat (limited to 'test/test.rs')
-rw-r--r--test/test.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test.rs b/test/test.rs
index 5a1edf55..cf60dfd7 100644
--- a/test/test.rs
+++ b/test/test.rs
@@ -1,3 +1,4 @@
+#[macro_use]
extern crate nix;
extern crate libc;
extern crate rand;