Skip to content

Commit

Permalink
aot_comp_option.h: Add missing stdint.h header (#3834)
Browse files Browse the repository at this point in the history
  • Loading branch information
sjamesr authored Oct 7, 2024
1 parent 72872cb commit 0c4b2da
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions core/iwasm/include/aot_comp_option.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0c4b2da

Please sign in to comment.