mirror of
https://github.com/bytecodealliance/wasm-micro-runtime.git
synced 2025-11-27 18:11:21 +00:00
fix: include stdbool.h for boolean type support in aot_comp_option.h
This commit is contained in:
parent
ab079c1394
commit
612b4bd614
|
|
@ -7,6 +7,7 @@
|
||||||
#define __AOT_COMP_OPTION_H__
|
#define __AOT_COMP_OPTION_H__
|
||||||
|
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
#include <stdbool.h>
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
extern "C" {
|
extern "C" {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user