Skip to content

Commit c61baa0

Browse files
committed
Fix accidental removal of import
1 parent 056ebcc commit c61baa0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/libstd/sys/redox/path.rs

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
// except according to those terms.
1010

1111
use ffi::OsStr;
12+
use path::Prefix;
1213

1314
#[inline]
1415
pub fn is_sep_byte(b: u8) -> bool {

0 commit comments

Comments
 (0)