summaryrefslogtreecommitdiffstats
path: root/Python/frozen.c
diff options
context:
space:
mode:
Diffstat (limited to 'Python/frozen.c')
-rw-r--r--Python/frozen.c2
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 */