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.rs3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/sys/stat.rs b/src/sys/stat.rs
index 7a0b3970..9c0129f5 100644
--- a/src/sys/stat.rs
+++ b/src/sys/stat.rs
@@ -1,7 +1,8 @@
pub use libc::dev_t;
pub use libc::stat as FileStat;
-use {Errno, Result, NixPath};
+use {Result, NixPath};
+use errno::Errno;
use fcntl::AtFlags;
use libc::{self, mode_t};
use std::mem;