]> git.sur5r.net Git - u-boot/blobdiff - lib_generic/sha1.c
Merging Stelian Pop AT91 patches
[u-boot] / lib_generic / sha1.c
index 69506592f7148b2fa39dfffc75895c03118cded0..c8ef4d2827362af0a91953c0e2d06c0182e68c78 100644 (file)
 #define _CRT_SECURE_NO_DEPRECATE 1
 #endif
 
+#ifndef USE_HOSTCC
+#include <common.h>
+#endif /* USE_HOSTCC */
+#include <watchdog.h>
 #include <linux/string.h>
 #include "sha1.h"