3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-08 10:25:19 +00:00

Merge pull request #2842 from whitequark/fix-wasi-build

Fix WASI build after commit 1d88bea1
This commit is contained in:
whitequark 2021-06-19 12:10:29 +00:00 committed by GitHub
commit 862e84eb3d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -67,11 +67,11 @@
# define INIT_MODULE initlibyosys
extern "C" void INIT_MODULE();
#endif
#include <signal.h>
#endif
#include <limits.h>
#include <errno.h>
#include <signal.h>
YOSYS_NAMESPACE_BEGIN