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:
Philip Oakley
2016-04-21 14:07:20 +01:00
committed by Johannes Schindelin
parent 4ce30d4d8e
commit 0ba3aa50b3

View File

@@ -18,6 +18,8 @@
#undef ERROR
typedef int sigset_t;
#include "compat/mingw.h"
#endif