summaryrefslogtreecommitdiffstats
path: root/Python/dynload_shlib.c
diff options
context:
space:
mode:
authorSam Gross <colesbury@gmail.com>2023-10-04 22:50:29 (GMT)
committerGitHub <noreply@github.com>2023-10-04 22:50:29 (GMT)
commitcf6f23b0e3cdef33f23967cf954a2ca4d1fa6528 (patch)
tree81af760a78ee03470d1fb1abbd13d35a24ad6cc3 /Python/dynload_shlib.c
parent80dc39e1dc2abc809f448cba5d2c5b9c1c631e11 (diff)
downloadcpython-cf6f23b0e3cdef33f23967cf954a2ca4d1fa6528.zip
cpython-cf6f23b0e3cdef33f23967cf954a2ca4d1fa6528.tar.gz
cpython-cf6f23b0e3cdef33f23967cf954a2ca4d1fa6528.tar.bz2
gh-88402: Add new sysconfig variables on Windows (GH-110049)
Co-authored-by: Filipe LaĆ­ns <filipe.lains@gmail.com>
Diffstat (limited to 'Python/dynload_shlib.c')
-rw-r--r--Python/dynload_shlib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Python/dynload_shlib.c b/Python/dynload_shlib.c
index 6761bba..5a37a83 100644
--- a/Python/dynload_shlib.c
+++ b/Python/dynload_shlib.c
@@ -4,7 +4,7 @@
#include "Python.h"
#include "pycore_interp.h" // _PyInterpreterState.dlopenflags
#include "pycore_pystate.h" // _PyInterpreterState_GET()
-#include "importdl.h"
+#include "pycore_importdl.h"
#include <sys/types.h>
#include <sys/stat.h>