]> git.sur5r.net Git - u-boot/blobdiff - tools/ubsha1.c
Merge branch 'master' of git://git.denx.de/u-boot-ppc4xx
[u-boot] / tools / ubsha1.c
index b37b2b72242ad561d568878f62c470ab6f5eea55..c4203ed99e3da8e55fcb93c4a1edd09d132530e6 100644 (file)
  * MA 02111-1307 USA
  */
 
+#include "os_support.h"
 #include <stdio.h>
 #include <stdlib.h>
 #include <unistd.h>
 #include <fcntl.h>
 #include <errno.h>
 #include <string.h>
+#ifndef __MINGW32__
 #include <sys/mman.h>
+#endif
 #include <sys/stat.h>
 #include "sha1.h"