summaryrefslogtreecommitdiffstats
path: root/Python/importdl.c
diff options
context:
space:
mode:
Diffstat (limited to 'Python/importdl.c')
-rw-r--r--Python/importdl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Python/importdl.c b/Python/importdl.c
index 9ab0a5a..7dfd301 100644
--- a/Python/importdl.c
+++ b/Python/importdl.c
@@ -15,7 +15,7 @@
*/
#ifdef HAVE_DYNAMIC_LOADING
-#include "importdl.h"
+#include "pycore_importdl.h"
#ifdef MS_WINDOWS
extern dl_funcptr _PyImport_FindSharedFuncptrWindows(const char *prefix,