[Python-checkins] python/dist/src/Modules itertoolsmodule.c, 1.38,
1.39
fdrake at users.sourceforge.net
fdrake at users.sourceforge.net
Sun Oct 17 21:37:11 CEST 2004
Update of /cvsroot/python/python/dist/src/Modules
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22219
Modified Files:
itertoolsmodule.c
Log Message:
some platforms still need offsetof() from structmember.h
Index: itertoolsmodule.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Modules/itertoolsmodule.c,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -d -r1.38 -r1.39
--- itertoolsmodule.c 17 Oct 2004 16:40:14 -0000 1.38
+++ itertoolsmodule.c 17 Oct 2004 19:36:57 -0000 1.39
@@ -1,5 +1,6 @@
#include "Python.h"
+#include "structmember.h"
/* Itertools module written and maintained
by Raymond D. Hettinger <python at rcn.com>
More information about the Python-checkins
mailing list