mirror of
https://github.com/bytecodealliance/wasm-micro-runtime.git
synced 2025-05-07 04:06:16 +00:00
include bh_platform.h (#4135)
This should guarantee that the various macros required by wasm_proposal.c are defined even if the build system does not supply them to the compiler command.
This commit is contained in:
parent
e27e5380c6
commit
c30e65ba5d
|
@ -5,6 +5,8 @@
|
|||
|
||||
#include <stdio.h>
|
||||
|
||||
#include "bh_platform.h"
|
||||
|
||||
void
|
||||
wasm_proposal_print_status(void)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue
Block a user