diff options
Diffstat (limited to 'arch/riscv/lib/reset.c')
-rw-r--r-- | arch/riscv/lib/reset.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/riscv/lib/reset.c b/arch/riscv/lib/reset.c index b8cecb309d..ce3c1cf872 100644 --- a/arch/riscv/lib/reset.c +++ b/arch/riscv/lib/reset.c @@ -5,6 +5,7 @@ #include <common.h> #include <command.h> +#include <hang.h> int do_reset(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]) { |