]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - lib_generic/sha1.c
Make getenv_IPaddr() global
[karo-tx-uboot.git] / lib_generic / sha1.c
index 69506592f7148b2fa39dfffc75895c03118cded0..da5bc16f3c65def17421c4042431ad500aa5111c 100644 (file)
 #define _CRT_SECURE_NO_DEPRECATE 1
 #endif
 
+#ifndef USE_HOSTCC
+#include <common.h>
 #include <linux/string.h>
+#else
+#include <string.h>
+#endif /* USE_HOSTCC */
+#include <watchdog.h>
 #include "sha1.h"
 
 /*