1
0
Fork 0
mirror of https://github.com/git/git.git synced 2024-07-02 09:26:29 +02:00

msvc: include sigset_t definition

On MSVC (VS2008) sigset_t is not defined.

Signed-off-by: Philip Oakley <philipoakley@iee.org>
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Philip Oakley 2019-06-19 14:06:01 -07:00 committed by Junio C Hamano
parent 963e1543ed
commit 7ca46634bc

View File

@ -18,6 +18,8 @@
#undef ERROR
typedef int sigset_t;
#include "compat/mingw.h"
#endif