diff options
Diffstat (limited to 'contrib/tools/python3/Python/opcode_metadata.h')
| -rw-r--r-- | contrib/tools/python3/Python/opcode_metadata.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/tools/python3/Python/opcode_metadata.h b/contrib/tools/python3/Python/opcode_metadata.h index f9b1c928cd4..ab351b1b358 100644 --- a/contrib/tools/python3/Python/opcode_metadata.h +++ b/contrib/tools/python3/Python/opcode_metadata.h @@ -3,6 +3,8 @@ // Python/bytecodes.c // Do not edit! +#include <stdbool.h> + #ifndef NEED_OPCODE_METADATA extern int _PyOpcode_num_popped(int opcode, int oparg, bool jump); #else |
