Compile fix for MSVC: Include <io.h>
This include is needed for _commit(..) which is used in mingw.h. Signed-off-by: Vincent van Ravesteijn <vfr@lyx.org> Acked-by: Erik Faye-Lund <kusmabite@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
parent
cfc755d30e
commit
7b05949be0
@ -4,6 +4,7 @@
|
||||
#include <direct.h>
|
||||
#include <process.h>
|
||||
#include <malloc.h>
|
||||
#include <io.h>
|
||||
|
||||
/* porting function */
|
||||
#define inline __inline
|
||||
|
Loading…
Reference in New Issue
Block a user