From 7590378fb9c686709492ceb142825cd058255956 Mon Sep 17 00:00:00 2001 From: Bartlomiej Sieka Date: Fri, 25 Apr 2008 13:54:02 +0200 Subject: Use watchdog-aware functions when calculating hashes of images - take two Some files didn't get updated properly with the "Use watchdog-aware functions when calculating hashes of images" commit, this commit fixes this. Signed-off-by: Bartlomiej Sieka Signed-off-by: Wolfgang Denk --- lib_generic/md5.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'lib_generic/md5.c') 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 +#endif /* USE_HOSTCC */ +#include #include #include #include -- cgit v1.2.3