diff options
Diffstat (limited to 'cmd/hash.c')
-rw-r--r-- | cmd/hash.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/hash.c b/cmd/hash.c index 60d482b7f8..5534a735fa 100644 --- a/cmd/hash.c +++ b/cmd/hash.c @@ -9,6 +9,7 @@ * Wolfgang Denk, DENX Software Engineering, wd@denx.de. */ +#include <common.h> #include <command.h> #include <hash.h> #include <linux/ctype.h> |