diff options
Diffstat (limited to 'core/path/slashpath/path.odin')
| -rw-r--r-- | core/path/slashpath/path.odin | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/path/slashpath/path.odin b/core/path/slashpath/path.odin index ada473c34..52b4878bc 100644 --- a/core/path/slashpath/path.odin +++ b/core/path/slashpath/path.odin @@ -5,7 +5,7 @@ // To manipulate operating system specific paths, use the path/filepath package
package slashpath
-import "core:runtime"
+import "base:runtime"
import "core:strings"
// is_separator checks whether the byte is a valid separator character
|