diff options
| -rw-r--r-- | common/cli_hush.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/cli_hush.c b/common/cli_hush.c index 7bd6943d3ed..fb087960c92 100644 --- a/common/cli_hush.c +++ b/common/cli_hush.c @@ -83,6 +83,7 @@ #include <cli.h> #include <cli_hush.h> #include <command.h> /* find_cmd */ +#include <vsprintf.h> #include <asm/global_data.h> #endif #ifndef __U_BOOT__ |
