From: Georg Brandl Date: Sun, 21 Mar 2010 10:02:47 +0000 (+0000) Subject: Include structmember.h correctly. X-Git-Tag: v2.7b1~288 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=236da4be4e0455440b427bde19d858a812546859;p=python Include structmember.h correctly. --- diff --git a/Doc/extending/newtypes.rst b/Doc/extending/newtypes.rst index e3cf66a2da..ba79260164 100644 --- a/Doc/extending/newtypes.rst +++ b/Doc/extending/newtypes.rst @@ -252,7 +252,7 @@ This version of the module has a number of changes. We've added an extra include:: - #include "structmember.h" + #include This include provides declarations that we use to handle attributes, as described a bit later.