diff options
Diffstat (limited to 'core/mem/alloc.odin')
| -rw-r--r-- | core/mem/alloc.odin | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/mem/alloc.odin b/core/mem/alloc.odin index 4cea20f30..e25fc2bc1 100644 --- a/core/mem/alloc.odin +++ b/core/mem/alloc.odin @@ -1,6 +1,6 @@ package mem -import "core:runtime" +import "base:runtime" // NOTE(bill, 2019-12-31): These are defined in `package runtime` as they are used in the `context`. This is to prevent an import definition cycle. Allocator_Mode :: runtime.Allocator_Mode |