diff options
Diffstat (limited to 'src/boot/hardwaremain.c')
-rw-r--r-- | src/boot/hardwaremain.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/boot/hardwaremain.c b/src/boot/hardwaremain.c index bf2853a4b9..74f3dfcd97 100644 --- a/src/boot/hardwaremain.c +++ b/src/boot/hardwaremain.c @@ -36,6 +36,7 @@ it with the version available from LANL. #include <part/hard_reset.h> #include <part/init_timer.h> #include <boot/elf.h> +#include <romfs.h> /** * @brief Main function of the DRAM part of coreboot. |