diff options
Diffstat (limited to 'Modules')
-rw-r--r-- | Modules/faulthandler.c | 1 | ||||
-rw-r--r-- | Modules/getpath.c | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/Modules/faulthandler.c b/Modules/faulthandler.c index 63a9b91..2083a03 100644 --- a/Modules/faulthandler.c +++ b/Modules/faulthandler.c @@ -1,4 +1,5 @@ #include "Python.h" +#include "pycore_coreconfig.h" #include "pythread.h" #include <signal.h> #include <object.h> diff --git a/Modules/getpath.c b/Modules/getpath.c index 34357e4..3dcfcef 100644 --- a/Modules/getpath.c +++ b/Modules/getpath.c @@ -1,6 +1,7 @@ /* Return the initial module search path. */ #include "Python.h" +#include "pycore_coreconfig.h" #include "osdefs.h" #include "pycore_fileutils.h" #include "pycore_pathconfig.h" |