Karsten Blees <karsten.blees@xxxxxxxxx> writes: > compat/mingw.c needs to #include "cache.h" for ALLOC_GROW. > > Signed-off-by: Karsten Blees <blees@xxxxxxx> > --- 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 majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html