summary refs log tree commit diff
path: root/devices/src/pic.rs
diff options
context:
space:
mode:
Diffstat (limited to 'devices/src/pic.rs')
-rw-r--r--devices/src/pic.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/devices/src/pic.rs b/devices/src/pic.rs
index cdc4d39..a55a336 100644
--- a/devices/src/pic.rs
+++ b/devices/src/pic.rs
@@ -12,7 +12,7 @@
 // For the purposes of both using more descriptive terms and avoiding terms with lots of charged
 // emotional context, this file refers to them instead as "primary" and "secondary" PITs.
 
-use BusDevice;
+use crate::BusDevice;
 
 #[repr(usize)]
 #[derive(Debug, Clone, Copy, PartialEq)]