From 17e66f6d872b0a9d357203a67bf4434b826bc606 Mon Sep 17 00:00:00 2001 From: Guido van Rossum <guido@python.org> Date: Fri, 26 Oct 1990 14:53:07 +0000 Subject: Added intobject.h and tupleobject.h includes. --- Python/errors.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Python/errors.c b/Python/errors.c index cba3f02..18f63a0 100644 --- a/Python/errors.c +++ b/Python/errors.c @@ -36,7 +36,9 @@ #include "PROTO.h" #include "object.h" +#include "intobject.h" #include "stringobject.h" +#include "tupleobject.h" #include "errors.h" /* Last exception stored by err_setval() */ -- cgit v0.12