summaryrefslogtreecommitdiff
path: root/test/sys
diff options
context:
space:
mode:
Diffstat (limited to 'test/sys')
-rw-r--r--test/sys/test_socket.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/sys/test_socket.rs b/test/sys/test_socket.rs
index 6701150a..d175b693 100644
--- a/test/sys/test_socket.rs
+++ b/test/sys/test_socket.rs
@@ -3,7 +3,7 @@ use std::{mem, net};
use std::num::Int;
use std::path::Path;
use std::str::FromStr;
-use std::os::unix::AsRawFd;
+use std::os::unix::io::AsRawFd;
use ports::localhost;
#[test]