Skip to content

Commit cf0a7b6

Browse files
committed
fix: include stdbool.h for boolean type support in aot_comp_option.h
1 parent 4aa42a6 commit cf0a7b6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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)