diff options
Diffstat (limited to 'Python')
-rw-r--r-- | Python/frozen.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Python/frozen.c b/Python/frozen.c index c5b36f7..8a2a724 100644 --- a/Python/frozen.c +++ b/Python/frozen.c @@ -38,6 +38,8 @@ #include "Python.h" #include "pycore_import.h" +#include <stdbool.h> + /* Includes for frozen modules: */ /* End includes */ |