1
0
mirror of synced 2026-01-28 04:59:20 +00:00

bugpoint.cc: Include csignal for windows

This commit is contained in:
Krystine Sherwin
2025-07-29 11:39:51 +12:00
parent fb92eabdcd
commit 65147670a6

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