Skip to content

Commit c3d8aa1

Browse files
authored
Merge pull request rust-lang#4304 from betrusted-io/xous-add-prelude-main
xous: include prelude to define c_int
2 parents b29fa71 + fd66a07 commit c3d8aa1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/xous.rs

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
//! Xous C type definitions
22
3+
use crate::prelude::*;
4+
35
pub type intmax_t = i64;
46
pub type uintmax_t = u64;
57

0 commit comments

Comments
 (0)