From: Guido van Rossum Date: Fri, 26 Oct 1990 14:53:07 +0000 (+0000) Subject: Added intobject.h and tupleobject.h includes. X-Git-Tag: v0.9.8~1146 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=17e66f6d872b0a9d357203a67bf4434b826bc606;p=thirdparty%2FPython%2Fcpython.git Added intobject.h and tupleobject.h includes. --- diff --git a/Python/errors.c b/Python/errors.c index cba3f0226b4a..18f63a09b5d8 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() */