From 3f560bc3d98a38137df2ecb8e1a3593a94d3cfe6 Mon Sep 17 00:00:00 2001 From: Johannes Schindelin Date: Mon, 9 Mar 2015 09:40:35 +0100 Subject: [PATCH] fixup! Port header fixes from MSys2 Whoops. The code does not even compile without this. --- compat/mingw.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/compat/mingw.h b/compat/mingw.h index 258f0ad4f9..a628b2d48d 100644 --- a/compat/mingw.h +++ b/compat/mingw.h @@ -395,6 +395,8 @@ int mingw_offset_1st_component(const char *path); #ifndef __MINGW64_VERSION_MAJOR #define PRIuMAX "I64u" #define PRId64 "I64d" +#else +#include #endif void mingw_open_html(const char *path);