Re: [PATCH] fixup! Win32: Unicode environment (outgoing)

2014-07-21 Thread Junio C Hamano
Karsten Blees karsten.bl...@gmail.com writes:

 compat/mingw.c needs to #include cache.h for ALLOC_GROW.

 Signed-off-by: Karsten Blees bl...@dcon.de
 ---

Thanks!

  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

 -- 
--
To unsubscribe from this list: send the line unsubscribe git in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[PATCH] fixup! Win32: Unicode environment (outgoing)

2014-07-19 Thread Karsten Blees
compat/mingw.c needs to #include cache.h for ALLOC_GROW.

Signed-off-by: Karsten Blees bl...@dcon.de
---
 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

--
To unsubscribe from this list: send the line unsubscribe git in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html