Skip to content

Commit ace5b9a

Browse files
committed
Merge branch 'master' into incoming
2 parents debf55b + 984c118 commit ace5b9a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/util/mingw.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414

1515
char *mkdtemp(char *temp);
1616

17+
#include <direct.h>
1718
#define mkdir(A, B) _mkdir(A)
1819
#define stat _stat
1920

0 commit comments

Comments
 (0)