Skip to content

Commit 78301e2

Browse files
committed
Auto merge of #3379 - Sword-Destiny:main, r=JohnTitor
bugfix for teeos use Option add use Option for teeos
2 parents b4b6a53 + 0a06196 commit 78301e2

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)