Skip to content

Commit 612b4bd

Browse files
committed
fix: include stdbool.h for boolean type support in aot_comp_option.h
1 parent ab079c1 commit 612b4bd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

core/iwasm/include/aot_comp_option.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
#define __AOT_COMP_OPTION_H__
88

99
#include <stdint.h>
10+
#include <stdbool.h>
1011

1112
#ifdef __cplusplus
1213
extern "C" {

0 commit comments

Comments
 (0)