diff options
Diffstat (limited to 'cmd/echo.c')
-rw-r--r-- | cmd/echo.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/echo.c b/cmd/echo.c index 973213a03a6..d1346504cfb 100644 --- a/cmd/echo.c +++ b/cmd/echo.c @@ -5,6 +5,7 @@ */ #include <command.h> +#include <linux/string.h> static int do_echo(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[]) |