diff options
Diffstat (limited to 'cmd/sha1sum.c')
-rw-r--r-- | cmd/sha1sum.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/sha1sum.c b/cmd/sha1sum.c index 52aa26c78d2..f2757146bba 100644 --- a/cmd/sha1sum.c +++ b/cmd/sha1sum.c @@ -9,6 +9,7 @@ #include <command.h> #include <hash.h> +#include <linux/string.h> #include <u-boot/sha1.h> int do_sha1sum(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[]) |