]> git.lizzy.rs Git - rust.git/commitdiff
Fix accidental removal of import
authorJeremy Soller <jackpot51@gmail.com>
Mon, 12 Dec 2016 21:30:41 +0000 (14:30 -0700)
committerJeremy Soller <jackpot51@gmail.com>
Mon, 12 Dec 2016 21:30:41 +0000 (14:30 -0700)
src/libstd/sys/redox/path.rs

index bef10011887c3fcbc3ecede5b49fd9273c9c24a9..dabec1acacd4fb0c26f05fcbbb3a137f2459fe0b 100644 (file)
@@ -9,6 +9,7 @@
 // except according to those terms.
 
 use ffi::OsStr;
+use path::Prefix;
 
 #[inline]
 pub fn is_sep_byte(b: u8) -> bool {