mirror of
https://github.com/bytecodealliance/wasm-micro-runtime.git
synced 2025-11-27 10:00:59 +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__
|
||||
|
||||
#include <stdint.h>
|
||||
#include <stdbool.h>
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user