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:
parent
963e1543ed
commit
7ca46634bc
@ -18,6 +18,8 @@
|
||||
|
||||
#undef ERROR
|
||||
|
||||
typedef int sigset_t;
|
||||
|
||||
#include "compat/mingw.h"
|
||||
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user