mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-07 06:33:24 +00:00
Explicit include of csignal
This commit is contained in:
parent
5cdcd6ec79
commit
1dbc701728
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue