diff options
Diffstat (limited to 'i386/i386at/idt.h')
-rw-r--r-- | i386/i386at/idt.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/i386/i386at/idt.h b/i386/i386at/idt.h index 72c4ad0..840bad1 100644 --- a/i386/i386at/idt.h +++ b/i386/i386at/idt.h @@ -32,6 +32,6 @@ #define PIC_INT_BASE 0x40 -#include "idt-gen.h" +#include <i386/idt-gen.h> #endif /* _I386AT_IDT_ */ |