summaryrefslogtreecommitdiffstats
path: root/Include
diff options
context:
space:
mode:
Diffstat (limited to 'Include')
-rw-r--r--Include/allobjects.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Include/allobjects.h b/Include/allobjects.h
index 7d1daff..f859606 100644
--- a/Include/allobjects.h
+++ b/Include/allobjects.h
@@ -89,6 +89,8 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
#include "modsupport.h"
#include "ceval.h"
+#include "abstract.h"
+
extern void Py_FatalError Py_PROTO((char *));
#define PyArg_GetInt(v, a) PyArg_Parse((v), "i", (a))