On 2019-11-27 20:39:27+0100, Johannes Schindelin <Johannes.Schindelin@xxxxxx> wrote: > Hi Danh, > > On Wed, 27 Nov 2019, Doan Tran Cong Danh wrote: > > > diff --git a/compat/mingw.c b/compat/mingw.c > > index fe609239dd..7b21f4eee5 100644 > > --- a/compat/mingw.c > > +++ b/compat/mingw.c > > @@ -1,6 +1,7 @@ > > #include "../git-compat-util.h" > > #include "win32.h" > > #include <conio.h> > > +#include <errno.h> > > I actually overlooked this. Please drop this hunk, it should not be needed > (and might break things in the MSVC build). Oops, originally, I intended to reset errno after {gm,local}time_s Found out it's unneccessary later but I forgot to drop this hunk. I'll fix it. -- Danh