summaryrefslogtreecommitdiff
path: root/src/sys/stat.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/sys/stat.rs')
-rw-r--r--src/sys/stat.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sys/stat.rs b/src/sys/stat.rs
index 312b0643..ca17039c 100644
--- a/src/sys/stat.rs
+++ b/src/sys/stat.rs
@@ -3,7 +3,7 @@ pub use libc::stat as FileStat;
use std::fmt;
use std::mem;
-use std::path::Path;
+use std::old_path::Path;
use libc::mode_t;
use errno::{SysResult, SysError, from_ffi};
use fcntl::Fd;