Re: [PATCH] fixup! Win32: Unicode environment (outgoing)
From: Junio C Hamano <hidden>
Date: 2016-06-15 23:01:59
Karsten Blees [off-list ref] writes:
compat/mingw.c needs to #include "cache.h" for ALLOC_GROW. Signed-off-by: Karsten Blees <redacted> ---
Thanks!
quoted hunk
compat/mingw.c | 1 + 1 file changed, 1 insertion(+)diff --git a/compat/mingw.c b/compat/mingw.c index bd45950..c725a3e 100644 --- a/compat/mingw.c +++ b/compat/mingw.c@@ -4,6 +4,7 @@ #include <wchar.h> #include "../strbuf.h" #include "../run-command.h" +#include "../cache.h" static const int delay[] = { 0, 1, 10, 20, 40 };-- 2.0.2.897.g7f80809.dirty --
-- -- *** Please reply-to-all at all times *** *** (do not pretend to know who is subscribed and who is not) *** *** Please avoid top-posting. *** The msysGit Wiki is here: https://github.com/msysgit/msysgit/wiki - Github accounts are free. You received this message because you are subscribed to the Google Groups "msysGit" group. To post to this group, send email to msysgit@googlegroups.com To unsubscribe from this group, send email to msysgit+unsubscribe@googlegroups.com For more options, and view previous threads, visit this group at http://groups.google.com/group/msysgit?hl=en_US?hl=en --- You received this message because you are subscribed to the Google Groups "msysGit" group. To unsubscribe from this group and stop receiving emails from it, send an email to msysgit+unsubscribe@googlegroups.com. For more options, visit https://groups.google.com/d/optout.