From d3611eb3c667f5b06200675625963a780111dbf8 Mon Sep 17 00:00:00 2001 From: Bob Ippolito Date: Tue, 23 May 2006 19:31:23 +0000 Subject: [PATCH] forward declaration for PyStructType --- Modules/_struct.c | 1 + 1 file changed, 1 insertion(+) diff --git a/Modules/_struct.c b/Modules/_struct.c index 04c90e0190c..93b9ec1b3ca 100644 --- a/Modules/_struct.c +++ b/Modules/_struct.c @@ -8,6 +8,7 @@ #include "structmember.h" #include +static PyTypeObject PyStructType; /* compatibility macros */ #if (PY_VERSION_HEX < 0x02050000)