3
0
Fork 0
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:
Krystine Sherwin 2025-05-14 10:06:06 +12:00
parent 2991be2a2d
commit aa03da56cb
No known key found for this signature in database

View file

@ -21,6 +21,7 @@
#include "backends/rtlil/rtlil_backend.h"
#if defined(_WIN32)
# include <csignal>
# define WIFEXITED(x) 1
# define WIFSIGNALED(x) 0
# define WIFSTOPPED(x) 0