diff options
Diffstat (limited to 'src/romlayout.S')
-rw-r--r-- | src/romlayout.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/romlayout.S b/src/romlayout.S index cc97f9a9..17904ae1 100644 --- a/src/romlayout.S +++ b/src/romlayout.S @@ -7,7 +7,7 @@ #include "config.h" // CONFIG_* #include "ioport.h" // PORT_A20 -#include "bregs.h" // CR0_* +#include "x86.h" // CR0_* #include "hw/cmos.h" // CMOS_RESET_CODE #include "asm-offsets.h" // BREGS_* #include "entryfuncs.S" // ENTRY_* |