diff options
Diffstat (limited to 'include/image.h')
-rw-r--r-- | include/image.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/image.h b/include/image.h index 74a1240069..f183757c85 100644 --- a/include/image.h +++ b/include/image.h @@ -34,7 +34,9 @@ #define __IMAGE_H__ #if USE_HOSTCC +#ifndef __MINGW32__ #include <endian.h> +#endif /* new uImage format support enabled on host */ #define CONFIG_FIT 1 |