diff options
Diffstat (limited to 'src/libstd')
| -rw-r--r-- | src/libstd/sys/redox/path.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libstd/sys/redox/path.rs b/src/libstd/sys/redox/path.rs index bef10011887..dabec1acacd 100644 --- a/src/libstd/sys/redox/path.rs +++ b/src/libstd/sys/redox/path.rs @@ -9,6 +9,7 @@ // except according to those terms. use ffi::OsStr; +use path::Prefix; #[inline] pub fn is_sep_byte(b: u8) -> bool { |
