bugpoint.cc: Include csignal for windows
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user