summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Modules/_struct.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/Modules/_struct.c b/Modules/_struct.c
index 04c90e0..93b9ec1 100644
--- a/Modules/_struct.c
+++ b/Modules/_struct.c
@@ -8,6 +8,7 @@
#include "structmember.h"
#include <ctype.h>
+static PyTypeObject PyStructType;
/* compatibility macros */
#if (PY_VERSION_HEX < 0x02050000)