summaryrefslogtreecommitdiffstats
path: root/src/arch
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch')
-rw-r--r--src/arch/x86/bootblock_normal.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arch/x86/bootblock_normal.c b/src/arch/x86/bootblock_normal.c
index 8001ed06417d..b6b31af89fa0 100644
--- a/src/arch/x86/bootblock_normal.c
+++ b/src/arch/x86/bootblock_normal.c
@@ -12,7 +12,7 @@
*/
#include <cbfs.h>
-#include <pc80/mc146818rtc.h>
+#include <fallback.h>
#include <program_loading.h>
#include <stddef.h>
#include <string.h>