diff options
Diffstat (limited to 'lib_generic/md5.c')
| -rw-r--r-- | lib_generic/md5.c | 8 | 
1 files changed, 3 insertions, 5 deletions
| diff --git a/lib_generic/md5.c b/lib_generic/md5.c index 9150510bb..81a09e3f9 100644 --- a/lib_generic/md5.c +++ b/lib_generic/md5.c @@ -25,14 +25,12 @@     and to fit the cifs vfs by     Steve French sfrench@us.ibm.com */ +#include "compiler.h" +  #ifndef USE_HOSTCC  #include <common.h> -#include <linux/string.h> -#else -#include <string.h> -#endif /* USE_HOSTCC */  #include <watchdog.h> -#include <linux/types.h> +#endif /* USE_HOSTCC */  #include <u-boot/md5.h>  static void |