Skip to content

Commit ac1b8e7

Browse files
committed
update include headers
1 parent e6f5041 commit ac1b8e7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Modules/_io/stringio.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#include "Python.h"
2-
#include <stddef.h> // offsetof()
2+
#include <stddef.h> // offsetof()
33
#include "pycore_object.h"
4-
#include "pycore_critical_section.h"
4+
#include "pycore_critical_section.h" // Py_BEGIN_CRITICAL_SECTION()
55
#include "_iomodule.h"
66

77
/* Implementation note: the buffer is always at least one character longer

0 commit comments

Comments
 (0)