summaryrefslogtreecommitdiff
path: root/lib_generic/md5.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib_generic/md5.c')
-rw-r--r--lib_generic/md5.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib_generic/md5.c b/lib_generic/md5.c
index 20178b8dc..78ef47535 100644
--- a/lib_generic/md5.c
+++ b/lib_generic/md5.c
@@ -25,6 +25,10 @@
and to fit the cifs vfs by
Steve French sfrench@us.ibm.com */
+#ifndef USE_HOSTCC
+#include <common.h>
+#endif /* USE_HOSTCC */
+#include <watchdog.h>
#include <linux/types.h>
#include <linux/string.h>
#include <u-boot/md5.h>