diff options
Diffstat (limited to 'ctru-sys/src')
| -rw-r--r-- | ctru-sys/src/lib.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ctru-sys/src/lib.rs b/ctru-sys/src/lib.rs index 053d86d..4b40a5c 100644 --- a/ctru-sys/src/lib.rs +++ b/ctru-sys/src/lib.rs @@ -7,6 +7,8 @@ #![no_std] +#![cfg_attr(feature = "stdbuild", feature(libc))] + extern crate libc; include!("bindings.rs"); |