mirror of https://github.com/YosysHQ/yosys.git
Merge pull request #5438 from cr1901/posix-bugpoint
Add sys/wait.h header to bugpoint to bring in constants.
This commit is contained in:
commit
2613c1c0a9
|
|
@ -28,6 +28,8 @@
|
|||
# define WEXITSTATUS(x) ((x) & 0xff)
|
||||
# define WTERMSIG(x) SIGTERM
|
||||
# define WSTOPSIG(x) 0
|
||||
#else
|
||||
#include <sys/wait.h>
|
||||
#endif
|
||||
|
||||
USING_YOSYS_NAMESPACE
|
||||
|
|
|
|||
Loading…
Reference in New Issue