mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-13 04:28:18 +00:00
Explicit include of csignal
This commit is contained in:
parent
5cdcd6ec79
commit
1dbc701728
|
@ -22,6 +22,7 @@
|
||||||
#include <cstdio>
|
#include <cstdio>
|
||||||
|
|
||||||
#if defined(_WIN32)
|
#if defined(_WIN32)
|
||||||
|
# include <csignal>
|
||||||
# define WIFEXITED(x) 1
|
# define WIFEXITED(x) 1
|
||||||
# define WIFSIGNALED(x) 0
|
# define WIFSIGNALED(x) 0
|
||||||
# define WIFSTOPPED(x) 0
|
# define WIFSTOPPED(x) 0
|
||||||
|
|
Loading…
Reference in a new issue