aboutsummaryrefslogtreecommitdiff
path: root/src/bits64/paging.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/bits64/paging.rs')
-rw-r--r--src/bits64/paging.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/bits64/paging.rs b/src/bits64/paging.rs
index 90a8f9c..024f7d5 100644
--- a/src/bits64/paging.rs
+++ b/src/bits64/paging.rs
@@ -1,4 +1,7 @@
//! Description of the data-structures for IA-32e paging mode.
+
+use bitflags::*;
+
use core::convert::{From, Into};
use core::fmt;
use core::ops;