mirror of
https://github.com/git/git.git
synced 2026-01-17 22:26:32 +00:00
msvc: include sigset_t definition
On MSVC (VS2008) sigset_t is not defined. Signed-off-by: Philip Oakley <philipoakley@iee.org>
This commit is contained in:
committed by
Johannes Schindelin
parent
f3c2c0846d
commit
40c774e339
@@ -18,6 +18,8 @@
|
||||
|
||||
#undef ERROR
|
||||
|
||||
typedef int sigset_t;
|
||||
|
||||
#include "compat/mingw.h"
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user