Skip to content

Commit b5894fa

Browse files
Philip Oakleydscho
authored andcommitted
msvc: include sigset_t definition
On MSVC (VS2008) sigset_t is not defined. Signed-off-by: Philip Oakley <[email protected]>
1 parent 6b10005 commit b5894fa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

compat/msvc.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@
1818

1919
#undef ERROR
2020

21+
typedef int sigset_t;
22+
2123
#include "compat/mingw.h"
2224

2325
#endif

0 commit comments

Comments
 (0)