mirror of https://github.com/YosysHQ/abc.git
Add WASI platform support to main.
This commit is contained in:
parent
fd2c9b1c19
commit
ef2d917562
|
|
@ -49,7 +49,9 @@ SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
|
|||
#include <sys/times.h>
|
||||
#include <sys/resource.h>
|
||||
#include <unistd.h>
|
||||
#if !defined(__wasm)
|
||||
#include <signal.h>
|
||||
#endif
|
||||
#include <stdlib.h>
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue