Skip to content

Commit 38b923c

Browse files
committed
include bh_platform.h
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 766f378 commit 38b923c

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)