From: Fred Drake Date: Sun, 17 Oct 2004 19:36:57 +0000 (+0000) Subject: some platforms still need offsetof() from structmember.h X-Git-Tag: v2.4b2~97 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=08ebfec75ec8d5e2ecbe4cc9ecc61676ed80c3e3;p=thirdparty%2FPython%2Fcpython.git some platforms still need offsetof() from structmember.h --- diff --git a/Modules/itertoolsmodule.c b/Modules/itertoolsmodule.c index 677dd498407c..bf148ac2441b 100644 --- a/Modules/itertoolsmodule.c +++ b/Modules/itertoolsmodule.c @@ -1,5 +1,6 @@ #include "Python.h" +#include "structmember.h" /* Itertools module written and maintained by Raymond D. Hettinger