Skip to content

Commit 3f560bc

Browse files
committed
fixup! Port header fixes from MSys2
Whoops. The code does not even compile without this.
1 parent f452084 commit 3f560bc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

compat/mingw.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -395,6 +395,8 @@ int mingw_offset_1st_component(const char *path);
395395
#ifndef __MINGW64_VERSION_MAJOR
396396
#define PRIuMAX "I64u"
397397
#define PRId64 "I64d"
398+
#else
399+
#include <inttypes.h>
398400
#endif
399401

400402
void mingw_open_html(const char *path);

0 commit comments

Comments
 (0)