diff --git a/blog/content/second-edition/posts/07-double-faults/index.md b/blog/content/second-edition/posts/07-double-faults/index.md index f430674d..2bfb7ae3 100644 --- a/blog/content/second-edition/posts/07-double-faults/index.md +++ b/blog/content/second-edition/posts/07-double-faults/index.md @@ -383,7 +383,7 @@ Now that we loaded a valid TSS and interrupt stack table, we can set the stack i ```rust // in src/interrupts.rs -use gdt; +use crate::gdt; lazy_static! { static ref IDT: InterruptDescriptorTable = {