summaryrefslogtreecommitdiffstats
path: root/common/cmd_sha1sum.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/cmd_sha1sum.c')
-rw-r--r--common/cmd_sha1sum.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/cmd_sha1sum.c b/common/cmd_sha1sum.c
index 644b9a0e66..783ea2e32d 100644
--- a/common/cmd_sha1sum.c
+++ b/common/cmd_sha1sum.c
@@ -11,7 +11,7 @@
#include <common.h>
#include <command.h>
#include <hash.h>
-#include <sha1.h>
+#include <u-boot/sha1.h>
int do_sha1sum(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[])
{
OpenPOWER on IntegriCloud