Selaa lähdekoodia

fixup! Fix stat stack corruption and link test

jD91mZM2 6 vuotta sitten
vanhempi
commit
dc427272af
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  1. 1 0
      src/platform/src/redox/mod.rs

+ 1 - 0
src/platform/src/redox/mod.rs

@@ -10,6 +10,7 @@ use syscall::flag::*;
 use syscall::{self, Result};
 
 use types::*;
+use *;
 
 #[thread_local]
 static mut SIG_HANDLER: Option<extern "C" fn(c_int)> = None;