diff options
Diffstat (limited to 'Programs')
-rw-r--r-- | Programs/python.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Programs/python.c b/Programs/python.c index 78e48f8..079bf9a 100644 --- a/Programs/python.c +++ b/Programs/python.c @@ -1,6 +1,7 @@ /* Minimal main program -- everything is loaded from the library */ #include "Python.h" +#include "pycore_lifecycle.h" #ifdef MS_WINDOWS int |