mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-24 14:53:42 +00:00
bugpoint.cc: Include csignal for windows
This commit is contained in:
parent
2991be2a2d
commit
aa03da56cb
1 changed files with 1 additions and 0 deletions
|
@ -21,6 +21,7 @@
|
||||||
#include "backends/rtlil/rtlil_backend.h"
|
#include "backends/rtlil/rtlil_backend.h"
|
||||||
|
|
||||||
#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