Skip to content

Commit 3c84a22

Browse files
jam1garnertgross35
authored andcommitted
Fix Nintendo Switch Target Support
1 parent 9c2df3f commit 3c84a22

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/switch.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
//! Switch C type definitions
2+
use crate::prelude::*;
23

34
pub type intmax_t = i64;
45
pub type uintmax_t = u64;

0 commit comments

Comments
 (0)