From c30e65ba5d2bb4c1b96e23dfaa74e498fc3ac3a3 Mon Sep 17 00:00:00 2001 From: James Ring Date: Sun, 16 Mar 2025 23:22:46 -0700 Subject: [PATCH] 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. --- product-mini/platforms/common/wasm_proposal.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/product-mini/platforms/common/wasm_proposal.c b/product-mini/platforms/common/wasm_proposal.c index 4bf6ab3e9..12bbf79bc 100644 --- a/product-mini/platforms/common/wasm_proposal.c +++ b/product-mini/platforms/common/wasm_proposal.c @@ -5,6 +5,8 @@ #include +#include "bh_platform.h" + void wasm_proposal_print_status(void) {