Commit 236da4be authored by Georg Brandl's avatar Georg Brandl

Include structmember.h correctly.

parent ce00cf2c
......@@ -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.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment