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.tokkee.org/?a=commitdiff_plain;h=7b05949be007952c5f7708aac50e731534740574;p=git.git 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 --- diff --git a/compat/msvc.h b/compat/msvc.h index a33b01c03..aa4b56315 100644 --- a/compat/msvc.h +++ b/compat/msvc.h @@ -4,6 +4,7 @@ #include #include #include +#include /* porting function */ #define inline __inline