diff options
author | Noah Gibbs <[email protected]> | 2021-10-01 12:17:09 +0100 |
---|---|---|
committer | Alan Wu <[email protected]> | 2021-10-20 18:19:42 -0400 |
commit | be06112d48b763da1e3f29b03e5e59d2a44e7b72 (patch) | |
tree | 8f15daffd7b106ff642b100e9dec22df49084b5d /yjit_core.h | |
parent | f36a5a98c02ba38d05d345104b1a6d0c0c1af29b (diff) |
Fix changes from rebase
Diffstat (limited to 'yjit_core.h')
-rw-r--r-- | yjit_core.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/yjit_core.h b/yjit_core.h index a7bb07b389..7577d030d2 100644 --- a/yjit_core.h +++ b/yjit_core.h @@ -1,7 +1,8 @@ #ifndef YJIT_CORE_H #define YJIT_CORE_H 1 -#include "stddef.h" +#include <stddef.h> +#include <stdint.h> #include "yjit_asm.h" // Callee-saved regs |