forward declaration for PyStructType

This commit is contained in:
Bob Ippolito 2006-05-23 19:31:23 +00:00
parent 150faff195
commit d3611eb3c6
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@
#include "structmember.h"
#include <ctype.h>
static PyTypeObject PyStructType;
/* compatibility macros */
#if (PY_VERSION_HEX < 0x02050000)