diff options
| author | Fenrir <[email protected]> | 2017-02-03 19:11:41 -0700 |
|---|---|---|
| committer | Fenrir <[email protected]> | 2017-02-18 18:04:15 -0700 |
| commit | dcf862c3dbb56d00bad54132db66bc7b301e5138 (patch) | |
| tree | dc6c84139ce40d8438015da94268a01dfbbda74c /ctr-std/src/lib.rs | |
| parent | ctr-std: Add Time module (diff) | |
| download | ctru-rs-dcf862c3dbb56d00bad54132db66bc7b301e5138.tar.xz ctru-rs-dcf862c3dbb56d00bad54132db66bc7b301e5138.zip | |
use svcGetSystemTick for Instant
Diffstat (limited to 'ctr-std/src/lib.rs')
| -rw-r--r-- | ctr-std/src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ctr-std/src/lib.rs b/ctr-std/src/lib.rs index eebca4e..f9d3991 100644 --- a/ctr-std/src/lib.rs +++ b/ctr-std/src/lib.rs @@ -52,6 +52,7 @@ extern crate compiler_builtins; // 3ds-specific dependencies extern crate ctr_libc as libc; +extern crate ctru_sys as libctru; // stealing spin's mutex implementation for now extern crate spin; |