diff options
Diffstat (limited to 'Python/importdl.c')
-rw-r--r-- | Python/importdl.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Python/importdl.c b/Python/importdl.c index 87c44891407..73fedc4ba5f 100644 --- a/Python/importdl.c +++ b/Python/importdl.c @@ -4,7 +4,8 @@ #include "Python.h" #include "pycore_call.h" // _PyObject_CallMethod() #include "pycore_import.h" // _PyImport_SwapPackageContext() -#include "pycore_importdl.h" // struct _Py_ext_module_loader_info +#include "pycore_importdl.h" +#include "pycore_moduleobject.h" // _PyModule_GetDef() #include "pycore_moduleobject.h" // _PyModule_GetDef() #include "pycore_pyerrors.h" // _PyErr_FormatFromCause() #include "pycore_runtime.h" // _Py_ID() |