diff options
Diffstat (limited to 'Python/dynload_stub.c')
-rw-r--r-- | Python/dynload_stub.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Python/dynload_stub.c b/Python/dynload_stub.c index 5916048..11f7e5f 100644 --- a/Python/dynload_stub.c +++ b/Python/dynload_stub.c @@ -3,7 +3,7 @@ not present. */ #include "Python.h" -#include "importdl.h" +#include "pycore_importdl.h" const char *_PyImport_DynLoadFiletab[] = {NULL}; |