]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Added intobject.h and tupleobject.h includes.
authorGuido van Rossum <guido@python.org>
Fri, 26 Oct 1990 14:53:07 +0000 (14:53 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 26 Oct 1990 14:53:07 +0000 (14:53 +0000)
Python/errors.c

index cba3f0226b4a69600b9c3574c6d17de5f48b72cf..18f63a09b5d8ddb7204c84c4a58d52cb33da59d6 100644 (file)
@@ -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() */