mirror of https://github.com/YosysHQ/yosys.git
Explicit include of csignal
This commit is contained in:
parent
5cdcd6ec79
commit
1dbc701728
|
@ -22,6 +22,7 @@
|
|||
#include <cstdio>
|
||||
|
||||
#if defined(_WIN32)
|
||||
# include <csignal>
|
||||
# define WIFEXITED(x) 1
|
||||
# define WIFSIGNALED(x) 0
|
||||
# define WIFSTOPPED(x) 0
|
||||
|
|
Loading…
Reference in New Issue