about summary refs log tree commit diff
path: root/library/std/src/sys/path/windows/tests.rs
diff options
context:
space:
mode:
Diffstat (limited to 'library/std/src/sys/path/windows/tests.rs')
-rw-r--r--library/std/src/sys/path/windows/tests.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/library/std/src/sys/path/windows/tests.rs b/library/std/src/sys/path/windows/tests.rs
index 9eb79203dca..830f48d7bfc 100644
--- a/library/std/src/sys/path/windows/tests.rs
+++ b/library/std/src/sys/path/windows/tests.rs
@@ -1,4 +1,6 @@
+use super::super::windows_prefix::*;
 use super::*;
+use crate::path::Prefix;
 
 #[test]
 fn test_parse_next_component() {