diff options
Diffstat (limited to 'src/sys/stat.rs')
-rw-r--r-- | src/sys/stat.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sys/stat.rs b/src/sys/stat.rs index 0f691c6f..9f760015 100644 --- a/src/sys/stat.rs +++ b/src/sys/stat.rs @@ -1,6 +1,7 @@ pub use libc::dev_t; pub use libc::stat as FileStat; +use std::c_str::ToCStr; use std::fmt; use std::io::FilePermission; use std::mem; |