Skip to content

Commit f7fbb68

Browse files
committed
add missing header
1 parent 53991db commit f7fbb68

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Modules/_heapqmodule.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ annotated by François Pinard, and converted to C by Raymond Hettinger.
1212

1313
#include "Python.h"
1414
#include "pycore_list.h" // _PyList_ITEMS(), _PyList_AppendTakeRef()
15+
#include "pyatomic.h"
1516

1617
#include "clinic/_heapqmodule.c.h"
1718

0 commit comments

Comments
 (0)