diff --git a/core/log/log_allocator.odin b/core/log/log_allocator.odin index 3ef5b4e25e2..c4c54f38f39 100644 --- a/core/log/log_allocator.odin +++ b/core/log/log_allocator.odin @@ -1,3 +1,5 @@ +#+build !freestanding + package log import "base:runtime"