aboutsummaryrefslogtreecommitdiff
path: root/cmd/sha1sum.c
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/sha1sum.c')
-rw-r--r--cmd/sha1sum.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/sha1sum.c b/cmd/sha1sum.c
index 52aa26c..bcc665a 100644
--- a/cmd/sha1sum.c
+++ b/cmd/sha1sum.c
@@ -7,6 +7,7 @@
* Wolfgang Denk, DENX Software Engineering, wd@denx.de.
*/
+#include <common.h>
#include <command.h>
#include <hash.h>
#include <u-boot/sha1.h>