aboutsummaryrefslogtreecommitdiff
path: root/core/sync
diff options
context:
space:
mode:
authorLucas Perlind <perlindluca@gmail.com>2024-04-07 09:02:01 +1000
committerLucas Perlind <perlindluca@gmail.com>2024-04-07 09:02:01 +1000
commita71cd07b36533ac3e2c68f41ed8347c8ed90e23a (patch)
tree76b79ae501058a99d79f4075d8772619163de285 /core/sync
parent2bb20a2c1c4aeeef2ebbfe33982c1cb38dbc294f (diff)
Update "core:runtime" to "base:runtime"
Diffstat (limited to 'core/sync')
-rw-r--r--core/sync/futex_haiku.odin2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/sync/futex_haiku.odin b/core/sync/futex_haiku.odin
index 1dd719e7a..b81743cad 100644
--- a/core/sync/futex_haiku.odin
+++ b/core/sync/futex_haiku.odin
@@ -2,7 +2,7 @@
package sync
import "core:c"
-import "core:runtime"
+import "base:runtime"
import "core:sys/haiku"
import "core:sys/unix"
import "core:time"