소스 검색

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.
James Ring 10 달 전
부모
커밋
c30e65ba5d
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      product-mini/platforms/common/wasm_proposal.c

+ 2 - 0
product-mini/platforms/common/wasm_proposal.c

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