aboutsummaryrefslogtreecommitdiff
path: root/core/text/match
diff options
context:
space:
mode:
Diffstat (limited to 'core/text/match')
-rw-r--r--core/text/match/strlib.odin2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/text/match/strlib.odin b/core/text/match/strlib.odin
index 189ed7ec0..bfa696dcd 100644
--- a/core/text/match/strlib.odin
+++ b/core/text/match/strlib.odin
@@ -1,6 +1,6 @@
package text_match
-import "core:runtime"
+import "base:runtime"
import "core:unicode"
import "core:unicode/utf8"
import "core:strings"