mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-14 21:10:27 +01:00
tools/mkimage: fix compiler warnings on some systems.
Signed-off-by: Wolfgang Denk <wd@denx.de>
This commit is contained in:
parent
8155efbd7a
commit
338cc03846
2 changed files with 4 additions and 0 deletions
|
|
@ -27,6 +27,8 @@
|
|||
|
||||
#ifndef USE_HOSTCC
|
||||
#include <common.h>
|
||||
#else
|
||||
#include <string.h>
|
||||
#endif /* USE_HOSTCC */
|
||||
#include <watchdog.h>
|
||||
#include <linux/types.h>
|
||||
|
|
|
|||
|
|
@ -31,6 +31,8 @@
|
|||
|
||||
#ifndef USE_HOSTCC
|
||||
#include <common.h>
|
||||
#else
|
||||
#include <string.h>
|
||||
#endif /* USE_HOSTCC */
|
||||
#include <watchdog.h>
|
||||
#include <linux/string.h>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue