Skip to content

Commit c30e65b

Browse files
authored
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.
1 parent e27e538 commit c30e65b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

product-mini/platforms/common/wasm_proposal.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55

66
#include <stdio.h>
77

8+
#include "bh_platform.h"
9+
810
void
911
wasm_proposal_print_status(void)
1012
{

0 commit comments

Comments
 (0)