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