diff options
Diffstat (limited to 'core/os/heap.odin')
| -rw-r--r-- | core/os/heap.odin | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/os/heap.odin b/core/os/heap.odin index b1db54dc7..356e60b4d 100644 --- a/core/os/heap.odin +++ b/core/os/heap.odin @@ -1,4 +1,4 @@ -package os2 +package os import "base:runtime" |