aboutsummaryrefslogtreecommitdiff
path: root/ctr-std/src/lib.rs
diff options
context:
space:
mode:
authorpanicbit <[email protected]>2017-07-10 17:20:32 +0200
committerpanicbit <[email protected]>2017-07-10 17:20:32 +0200
commitd53dc9ae57466fe98d7a805721026562aa19e690 (patch)
treea37e33d1b53406aadd277eaed97eec514c92d244 /ctr-std/src/lib.rs
parentMerge pull request #1 from FenrirWolf/collections-update (diff)
parentMerge pull request #32 from FenrirWolf/libc-update (diff)
downloadctru-rs-d53dc9ae57466fe98d7a805721026562aa19e690.tar.xz
ctru-rs-d53dc9ae57466fe98d7a805721026562aa19e690.zip
Merge branch 'master' into nightly_update
Diffstat (limited to 'ctr-std/src/lib.rs')
-rw-r--r--ctr-std/src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/ctr-std/src/lib.rs b/ctr-std/src/lib.rs
index 8edf3c7..99b77a2 100644
--- a/ctr-std/src/lib.rs
+++ b/ctr-std/src/lib.rs
@@ -67,12 +67,12 @@ extern crate core as __core;
extern crate alloc;
extern crate std_unicode;
extern crate alloc_system;
+extern crate libc;
// compiler-rt intrinsics
extern crate compiler_builtins;
// 3ds-specific dependencies
-extern crate ctr_libc as libc;
extern crate ctru_sys as libctru;
// The standard macros that are not built-in to the compiler.