diff --git a/src/start.rs b/src/start.rs index 6f8e385919..466c540894 100644 --- a/src/start.rs +++ b/src/start.rs @@ -3,6 +3,9 @@ use alloc::{boxed::Box, vec::Vec}; use core::{intrinsics, ptr}; +#[cfg(target_os = "redox")] +use generic_rt::ExpectTlsFree; + use crate::{ ALLOCATOR, header::{libgen, stdio, stdlib},