Skip to content

Commit 5f8ad07

Browse files
add header
1 parent dcb088e commit 5f8ad07

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Modules/_json.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010

1111
#include "Python.h"
1212
#include "pycore_ceval.h" // _Py_EnterRecursiveCall()
13+
#include "pycore_critical_section.h" // Py_BEGIN_CRITICAL_SECTION_SEQUENCE_FAST()
1314
#include "pycore_global_strings.h" // _Py_ID()
1415
#include "pycore_pyerrors.h" // _PyErr_FormatNote
1516
#include "pycore_runtime.h" // _PyRuntime

0 commit comments

Comments
 (0)