diff options
Diffstat (limited to 'src/lib/coreboot_table.c')
-rw-r--r-- | src/lib/coreboot_table.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/coreboot_table.c b/src/lib/coreboot_table.c index 131dde8b5b..f152f341ff 100644 --- a/src/lib/coreboot_table.c +++ b/src/lib/coreboot_table.c @@ -32,7 +32,7 @@ #include <cbmem.h> #include <bootmem.h> #include <spi_flash.h> -#include <vboot/vbnv_layout.h> +#include <security/vboot/vbnv_layout.h> #if IS_ENABLED(CONFIG_USE_OPTION_TABLE) #include <option_table.h> #endif |