Include structmember.h correctly.

This commit is contained in:
Georg Brandl 2010-03-21 10:02:47 +00:00
parent ce00cf2ce7
commit 236da4be4e
1 changed files with 1 additions and 1 deletions

View File

@ -252,7 +252,7 @@ This version of the module has a number of changes.
We've added an extra include::
#include "structmember.h"
#include <structmember.h>
This include provides declarations that we use to handle attributes, as
described a bit later.