mirror of
https://github.com/python/cpython.git
synced 2025-11-25 04:34:37 +00:00
Include structmember.h correctly.
This commit is contained in:
parent
ce00cf2ce7
commit
236da4be4e
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue