aboutsummaryrefslogtreecommitdiff
path: root/src/cpu/x86/backup_default_smm.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/cpu/x86/backup_default_smm.c')
-rw-r--r--src/cpu/x86/backup_default_smm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cpu/x86/backup_default_smm.c b/src/cpu/x86/backup_default_smm.c
index 96650d608d..1875c3dc37 100644
--- a/src/cpu/x86/backup_default_smm.c
+++ b/src/cpu/x86/backup_default_smm.c
@@ -2,7 +2,7 @@
/* This file is part of the coreboot project. */
#include <string.h>
-#include <arch/acpi.h>
+#include <acpi/acpi.h>
#include <console/console.h>
#include <cbmem.h>
#include <cpu/x86/smm.h>