aot_comp_option.h: Add missing stdint.h header (#3834)
This commit is contained in:
@ -6,6 +6,8 @@
|
||||
#ifndef __AOT_COMP_OPTION_H__
|
||||
#define __AOT_COMP_OPTION_H__
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
typedef struct {
|
||||
/* Enables or disables bounds checks for stack frames. When enabled, the AOT
|
||||
* compiler generates code to check if the stack pointer is within the
|
||||
|
||||
Reference in New Issue
Block a user