1
0
mirror of synced 2026-04-05 06:11:11 +00:00

Fix WASI build after commit 1d88bea1.

This commit is contained in:
whitequark
2021-06-19 02:59:57 +00:00
parent 5a73f296c9
commit 02b4e67549

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