Skip to content

Commit aaaf781

Browse files
committed
Fix make check-c-globals
1 parent 5c4d1e0 commit aaaf781

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Modules/getbuildinfo.c

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
#ifndef Py_BUILD_CORE_BUILTIN
2+
# define Py_BUILD_CORE_MODULE 1
3+
#endif
4+
15
#include "Python.h"
26
#include "pycore_pylifecycle.h" // _Py_gitidentifier()
37

0 commit comments

Comments
 (0)