Include structmember.h correctly.
This commit is contained in:
parent
ce00cf2ce7
commit
236da4be4e
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue