diff --git a/src/libstd/lib.rs b/src/libstd/lib.rs index bcd03d2856a7..219f244be29c 100644 --- a/src/libstd/lib.rs +++ b/src/libstd/lib.rs @@ -316,7 +316,7 @@ extern crate rustc_unicode; extern crate libc; // We always need an unwinder currently for backtraces -//REDOX TODO extern crate unwind; +extern crate unwind; #[cfg(stage0)] extern crate alloc_system;