mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-03 18:00:24 +00:00
bugpoint.cc: Include csignal for windows
This commit is contained in:
parent
fb92eabdcd
commit
65147670a6
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