summaryrefslogtreecommitdiff
path: root/src/nix.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/nix.rs')
-rw-r--r--src/nix.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nix.rs b/src/nix.rs
index f5195c40..936812ed 100644
--- a/src/nix.rs
+++ b/src/nix.rs
@@ -1,6 +1,6 @@
use libc;
use std::ffi::{OsStr, AsOsStr};
-use std::os::unix::OsStrExt;
+use std::os::unix::ffi::OsStrExt;
use std::path::{Path, PathBuf};
use std::slice::bytes;