Skip to content

Commit 671bfba

Browse files
fix include
1 parent f1ef62b commit 671bfba

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Modules/_ctypes/callproc.c

+2-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@
5959
#endif
6060

6161
#include "Python.h"
62-
#include "pycore_runtime_init.h" // _Py_ID()
6362
#include "structmember.h" // PyMemberDef
6463

6564
#include <stdbool.h>
@@ -97,6 +96,8 @@
9796
#define DONT_USE_SEH
9897
#endif
9998

99+
#include "pycore_runtime_init.h"
100+
100101
#define CTYPES_CAPSULE_NAME_PYMEM "_ctypes pymem"
101102

102103
static void pymem_destructor(PyObject *ptr)

0 commit comments

Comments
 (0)