summaryrefslogtreecommitdiff
path: root/tools/mkimage.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/mkimage.h')
-rw-r--r--tools/mkimage.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/tools/mkimage.h b/tools/mkimage.h
index a2d524894..c8df6e1f6 100644
--- a/tools/mkimage.h
+++ b/tools/mkimage.h
@@ -20,6 +20,7 @@
* MA 02111-1307 USA
*/
+#include "os_support.h"
#include <errno.h>
#include <fcntl.h>
#include <stdio.h>
@@ -28,7 +29,11 @@
#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>