diff --git a/reactos/ntoskrnl/hal/x86/irqhand.asm b/reactos/ntoskrnl/hal/x86/irqhand.asm index aa70708e3a2..08ee0512071 100644 --- a/reactos/ntoskrnl/hal/x86/irqhand.asm +++ b/reactos/ntoskrnl/hal/x86/irqhand.asm @@ -2,7 +2,7 @@ ; This module has code to handle IRQs ; -%include "internal/hal/segment.inc" +%include "internal/i386/segment.inc" bits 32 section .text