summaryrefslogtreecommitdiff
path: root/test/sys/test_select.rs
diff options
context:
space:
mode:
Diffstat (limited to 'test/sys/test_select.rs')
-rw-r--r--test/sys/test_select.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/sys/test_select.rs b/test/sys/test_select.rs
index f1349923..53990f65 100644
--- a/test/sys/test_select.rs
+++ b/test/sys/test_select.rs
@@ -1,5 +1,5 @@
use nix::sys::select::{FdSet, FD_SETSIZE, select};
-use nix::sys::time::TimeVal;
+use nix::sys::time::{TimeVal, TimeValLike};
use nix::unistd::{write, pipe};
#[test]