From 7ca46634bc086568b106e06b0637a0b643f2c78d Mon Sep 17 00:00:00 2001 From: Philip Oakley Date: Wed, 19 Jun 2019 14:06:01 -0700 Subject: msvc: include sigset_t definition On MSVC (VS2008) sigset_t is not defined. Signed-off-by: Philip Oakley Signed-off-by: Johannes Schindelin Signed-off-by: Junio C Hamano --- compat/msvc.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'compat/msvc.h') diff --git a/compat/msvc.h b/compat/msvc.h index 29a8ce8204..04b4750b87 100644 --- a/compat/msvc.h +++ b/compat/msvc.h @@ -18,6 +18,8 @@ #undef ERROR +typedef int sigset_t; + #include "compat/mingw.h" #endif -- cgit v1.2.3