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: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=236da4be4e0455440b427bde19d858a812546859;p=thirdparty%2FPython%2Fcpython.git Include structmember.h correctly. --- diff --git a/Doc/extending/newtypes.rst b/Doc/extending/newtypes.rst index e3cf66a2dab0..ba7926016462 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.