From 7b05949be007952c5f7708aac50e731534740574 Mon Sep 17 00:00:00 2001 From: Vincent van Ravesteijn Date: Mon, 31 Oct 2011 20:12:43 +0100 Subject: 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 a33b01c..aa4b563 100644 --- a/compat/msvc.h +++ b/compat/msvc.h @@ -4,6 +4,7 @@ #include #include #include +#include /* porting function */ #define inline __inline -- cgit v0.10.2-6-g49f6