Skip to content

Commit

Permalink
msvc: include sigset_t definition
Browse files Browse the repository at this point in the history
On MSVC (VS2008) sigset_t is not defined.

Signed-off-by: Philip Oakley <[email protected]>
  • Loading branch information
Philip Oakley authored and dscho committed Nov 15, 2018
1 parent e952c86 commit 4b94d4c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions compat/msvc.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ static __inline int strcasecmp (const char *s1, const char *s2)

#undef ERROR

typedef int sigset_t;

#include "compat/mingw.h"

#endif

0 comments on commit 4b94d4c

Please sign in to comment.