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:
James Ring 2025-03-16 23:22:46 -07:00 committed by GitHub
parent e27e5380c6
commit c30e65ba5d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,6 +5,8 @@
#include <stdio.h> #include <stdio.h>
#include "bh_platform.h"
void void
wasm_proposal_print_status(void) wasm_proposal_print_status(void)
{ {