Skip to content
Snippets Groups Projects
Commit 338cc038 authored by Wolfgang Denk's avatar Wolfgang Denk
Browse files

tools/mkimage: fix compiler warnings on some systems.


Signed-off-by: default avatarWolfgang Denk <wd@denx.de>
parent 8155efbd
No related branches found
No related tags found
No related merge requests found
...@@ -27,6 +27,8 @@ ...@@ -27,6 +27,8 @@
#ifndef USE_HOSTCC #ifndef USE_HOSTCC
#include <common.h> #include <common.h>
#else
#include <string.h>
#endif /* USE_HOSTCC */ #endif /* USE_HOSTCC */
#include <watchdog.h> #include <watchdog.h>
#include <linux/types.h> #include <linux/types.h>
......
...@@ -31,6 +31,8 @@ ...@@ -31,6 +31,8 @@
#ifndef USE_HOSTCC #ifndef USE_HOSTCC
#include <common.h> #include <common.h>
#else
#include <string.h>
#endif /* USE_HOSTCC */ #endif /* USE_HOSTCC */
#include <watchdog.h> #include <watchdog.h>
#include <linux/string.h> #include <linux/string.h>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment