diff options
Diffstat (limited to 'core/thread/thread_js.odin')
| -rw-r--r-- | core/thread/thread_js.odin | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/thread/thread_js.odin b/core/thread/thread_js.odin index 3c4935495..4f5b5b086 100644 --- a/core/thread/thread_js.odin +++ b/core/thread/thread_js.odin @@ -1,7 +1,7 @@ //+build js package thread -import "core:intrinsics" +import "base:intrinsics" import "core:sync" import "core:mem" |