diff options
Diffstat (limited to 'util/lbtdump/lbtdump.c')
-rw-r--r-- | util/lbtdump/lbtdump.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/lbtdump/lbtdump.c b/util/lbtdump/lbtdump.c index 94288c4bfa..235aa21f15 100644 --- a/util/lbtdump/lbtdump.c +++ b/util/lbtdump/lbtdump.c @@ -7,7 +7,7 @@ #include <string.h> #include <errno.h> #include <sys/mman.h> -#include "../../src/include/boot/linuxbios_tables.h" +#include "../../src/include/boot/coreboot_tables.h" void print_lb_records(struct lb_record *rec, struct lb_record *last, unsigned long addr); |