]> git.sur5r.net Git - u-boot/blobdiff - tools/mkimage.h
Remove legacy NAND and disk on chip references from boards.
[u-boot] / tools / mkimage.h
index a2d5248943d578c809e200f01c90591753a068ea..c8df6e1f64f95282fb35207090b542816ff54f9e 100644 (file)
@@ -20,6 +20,7 @@
  * MA 02111-1307 USA
  */
 
+#include "os_support.h"
 #include <errno.h>
 #include <fcntl.h>
 #include <stdio.h>
 #ifndef __WIN32__
 #include <netinet/in.h>                /* for host / network byte order conversions    */
 #endif
+#ifdef __MINGW32__
+#include <stdint.h>
+#else
 #include <sys/mman.h>
+#endif
 #include <sys/stat.h>
 #include <time.h>
 #include <unistd.h>