Skip to content

Commit 2335b45

Browse files
committed
Merge yet another fixup
Signed-off-by: Johannes Schindelin <[email protected]>
2 parents 55d9203 + 72648d9 commit 2335b45

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

compat/mingw.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -472,6 +472,7 @@ extern int (*win32_is_mount_point)(struct strbuf *path);
472472
#define PATH_SEP ';'
473473
char *mingw_query_user_email(void);
474474
#define query_user_email mingw_query_user_email
475+
struct strbuf;
475476
char *mingw_strbuf_realpath(struct strbuf *resolved, const char *path);
476477
#define platform_strbuf_realpath mingw_strbuf_realpath
477478
#if !defined(__MINGW64_VERSION_MAJOR) && (!defined(_MSC_VER) || _MSC_VER < 1800)

0 commit comments

Comments
 (0)