diff options
Diffstat (limited to 'common/cmd_misc.c')
-rw-r--r-- | common/cmd_misc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/cmd_misc.c b/common/cmd_misc.c index 93f9eabd6b..39d86835cf 100644 --- a/common/cmd_misc.c +++ b/common/cmd_misc.c @@ -10,6 +10,7 @@ */ #include <common.h> #include <command.h> +#include <console.h> static int do_sleep(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]) { |