Skip to content

Commit 0c4b2da

Browse files
authored
aot_comp_option.h: Add missing stdint.h header (#3834)
1 parent 72872cb commit 0c4b2da

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

core/iwasm/include/aot_comp_option.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
#ifndef __AOT_COMP_OPTION_H__
77
#define __AOT_COMP_OPTION_H__
88

9+
#include <stdint.h>
10+
911
typedef struct {
1012
/* Enables or disables bounds checks for stack frames. When enabled, the AOT
1113
* compiler generates code to check if the stack pointer is within the

0 commit comments

Comments
 (0)