]> git.sur5r.net Git - u-boot/blobdiff - include/image.h
Merge branch 'master' of /home/wd/git/u-boot/custodians
[u-boot] / include / image.h
index 74a1240069927220947bf6075deffe806bcf3b63..f183757c8530c44faf8f5edac95b95df26f92f17 100644 (file)
@@ -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