From: Vincent van Ravesteijn Date: Mon, 31 Oct 2011 19:12:43 +0000 (+0100) Subject: Compile fix for MSVC: Include X-Git-Tag: v1.7.9-rc0~96^2~1 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/7b05949be007952c5f7708aac50e731534740574?ds=inline;hp=--cc Compile fix for MSVC: Include This include is needed for _commit(..) which is used in mingw.h. Signed-off-by: Vincent van Ravesteijn Acked-by: Erik Faye-Lund Signed-off-by: Junio C Hamano --- 7b05949be007952c5f7708aac50e731534740574 diff --git a/compat/msvc.h b/compat/msvc.h index a33b01c032..aa4b56315a 100644 --- a/compat/msvc.h +++ b/compat/msvc.h @@ -4,6 +4,7 @@ #include #include #include +#include /* porting function */ #define inline __inline