Skip to content

Commit 9cd5d01

Browse files
committed
Fix missing include
1 parent b7eba00 commit 9cd5d01

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Objects/boolobject.c

+2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
#include "pycore_object.h" // _Py_FatalRefcountError()
55
#include "pycore_runtime.h" // _Py_ID()
66

7+
#include <stddef.h>
8+
79
/* We define bool_repr to return "False" or "True" */
810

911
static PyObject *

0 commit comments

Comments
 (0)