Skip to content

Commit 0a06196

Browse files
author
袁浩
committed
bugfix for teeos use Option
Signed-off-by: 袁浩 <[email protected]>
1 parent b4b6a53 commit 0a06196

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/teeos/mod.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
// only supported on Rust > 1.59, so we can directly reexport c_void from core.
99
pub use core::ffi::c_void;
1010

11+
use Option;
12+
1113
pub type c_schar = i8;
1214

1315
pub type c_uchar = u8;

0 commit comments

Comments
 (0)