diff options
Diffstat (limited to 'src/boot/elfboot.c')
-rw-r--r-- | src/boot/elfboot.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/boot/elfboot.c b/src/boot/elfboot.c index cb8e1cf28d..f2c5975b11 100644 --- a/src/boot/elfboot.c +++ b/src/boot/elfboot.c @@ -2,7 +2,7 @@ #include <part/fallback_boot.h> #include <boot/elf.h> #include <boot/elf_boot.h> -#include <boot/linuxbios_tables.h> +#include <boot/coreboot_tables.h> #include <ip_checksum.h> #include <stream/read_bytes.h> #include <stdint.h> |