]> granicus.if.org Git - python/commitdiff
some platforms still need offsetof() from structmember.h
authorFred Drake <fdrake@acm.org>
Sun, 17 Oct 2004 19:36:57 +0000 (19:36 +0000)
committerFred Drake <fdrake@acm.org>
Sun, 17 Oct 2004 19:36:57 +0000 (19:36 +0000)
Modules/itertoolsmodule.c

index 677dd498407c74bf7473544c39fa4ca5218d829b..bf148ac2441bfffdd07d752d33b1ddb0dab90d64 100644 (file)
@@ -1,5 +1,6 @@
 
 #include "Python.h"
+#include "structmember.h"
 
 /* Itertools module written and maintained 
    by Raymond D. Hettinger <python@rcn.com>