From b717602fa90e79efd4afc85f54df4a5acac782ce Mon Sep 17 00:00:00 2001 From: Vincent van Ravesteijn Date: Mon, 31 Oct 2011 20:12:43 +0100 Subject: [PATCH] Compile fix for MSVC: Include This include is needed for _commit(..) which is used in mingw.h. Signed-off-by: Vincent van Ravesteijn Signed-off-by: Erik Faye-Lund --- compat/msvc.h | 1 + 1 file changed, 1 insertion(+) 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