aboutsummaryrefslogtreecommitdiff
path: root/ctr-std/src/sys_common/thread.rs
diff options
context:
space:
mode:
Diffstat (limited to 'ctr-std/src/sys_common/thread.rs')
-rw-r--r--ctr-std/src/sys_common/thread.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/ctr-std/src/sys_common/thread.rs b/ctr-std/src/sys_common/thread.rs
index cafa353..da6f58e 100644
--- a/ctr-std/src/sys_common/thread.rs
+++ b/ctr-std/src/sys_common/thread.rs
@@ -8,7 +8,7 @@
// option. This file may not be copied, modified, or distributed
// except according to those terms.
-use alloc_crate::boxed::FnBox;
+use boxed::FnBox;
use env;
use sync::atomic::{self, Ordering};
use sys::stack_overflow;