From 236da4be4e0455440b427bde19d858a812546859 Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Sun, 21 Mar 2010 10:02:47 +0000 Subject: [PATCH] Include structmember.h correctly. --- Doc/extending/newtypes.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.50.0