summaryrefslogtreecommitdiff
path: root/utility/dump_kernel_config_lib.c
diff options
context:
space:
mode:
Diffstat (limited to 'utility/dump_kernel_config_lib.c')
-rw-r--r--utility/dump_kernel_config_lib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/utility/dump_kernel_config_lib.c b/utility/dump_kernel_config_lib.c
index 464e349b..819ca921 100644
--- a/utility/dump_kernel_config_lib.c
+++ b/utility/dump_kernel_config_lib.c
@@ -9,10 +9,10 @@
#include <string.h>
#include <sys/mman.h>
-#include "dump_kernel_config.h"
#include "host_common.h"
#include "kernel_blob.h"
#include "vboot_api.h"
+#include "vboot_host.h"
static uint8_t* GetKernelConfig(uint8_t* blob, size_t blob_size,
uint64_t kernel_body_load_address) {