diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -13,6 +13,7 @@ #![crate_name = "ctru"] extern crate alloc; +extern crate alloc_system; extern crate collections; extern crate rustc_unicode; |