diff options
Diffstat (limited to 'common/vboot.c')
-rw-r--r-- | common/vboot.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/common/vboot.c b/common/vboot.c index 5bb13624ed..060e5bc72c 100644 --- a/common/vboot.c +++ b/common/vboot.c @@ -5,6 +5,8 @@ /* Verified boot module for Chrome EC */ +#include "board.h" +#include "config.h" #include "console.h" #include "eoption.h" #include "host_command.h" |