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: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=08ebfec75ec8d5e2ecbe4cc9ecc61676ed80c3e3;p=python some platforms still need offsetof() from structmember.h --- diff --git a/Modules/itertoolsmodule.c b/Modules/itertoolsmodule.c index 677dd49840..bf148ac244 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