Skip to content

Commit 08ebfec

Browse files
committed
some platforms still need offsetof() from structmember.h
1 parent a9f6092 commit 08ebfec

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Modules/itertoolsmodule.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11

22
#include "Python.h"
3+
#include "structmember.h"
34

45
/* Itertools module written and maintained
56
by Raymond D. Hettinger <python@rcn.com>

0 commit comments

Comments
 (0)