소스 검색

fixup! Fix stat stack corruption and link test

jD91mZM2 6 년 전
부모
커밋
dc427272af
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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;