some platforms still need offsetof() from structmember.h

This commit is contained in:
Fred Drake 2004-10-17 19:36:57 +00:00
parent a9f6092904
commit 08ebfec75e
1 changed files with 1 additions and 0 deletions

View File

@ -1,5 +1,6 @@
#include "Python.h"
#include "structmember.h"
/* Itertools module written and maintained
by Raymond D. Hettinger <python@rcn.com>