aboutsummaryrefslogtreecommitdiff
path: root/src/time.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/time.rs')
-rw-r--r--src/time.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/time.rs b/src/time.rs
index 7eaf55d..7620a0c 100644
--- a/src/time.rs
+++ b/src/time.rs
@@ -1,6 +1,6 @@
//! Functions to read time stamp counters on x86.
-use arch::{__rdtscp, _rdtsc};
+use crate::arch::{__rdtscp, _rdtsc};
/// Read the time stamp counter.
///