projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8155efb
)
tools/mkimage: fix compiler warnings on some systems.
author
Wolfgang Denk
<wd@denx.de>
Fri, 6 Jun 2008 12:28:14 +0000
(14:28 +0200)
committer
Wolfgang Denk
<wd@denx.de>
Fri, 6 Jun 2008 14:21:12 +0000
(16:21 +0200)
Signed-off-by: Wolfgang Denk <wd@denx.de>
lib_generic/md5.c
patch
|
blob
|
history
lib_generic/sha1.c
patch
|
blob
|
history
diff --git
a/lib_generic/md5.c
b/lib_generic/md5.c
index 78ef47535e9a395cc0bd221d4fdd03844edcd6b8..a9aae4682f69d2ce07933e2a4018bc0c14c98102 100644
(file)
--- a/
lib_generic/md5.c
+++ b/
lib_generic/md5.c
@@
-27,6
+27,8
@@
#ifndef USE_HOSTCC
#include <common.h>
+#else
+#include <string.h>
#endif /* USE_HOSTCC */
#include <watchdog.h>
#include <linux/types.h>
diff --git
a/lib_generic/sha1.c
b/lib_generic/sha1.c
index c8ef4d2827362af0a91953c0e2d06c0182e68c78..a192e5f3dd15308330ac40a8bef12a7346529eda 100644
(file)
--- a/
lib_generic/sha1.c
+++ b/
lib_generic/sha1.c
@@
-31,6
+31,8
@@
#ifndef USE_HOSTCC
#include <common.h>
+#else
+#include <string.h>
#endif /* USE_HOSTCC */
#include <watchdog.h>
#include <linux/string.h>