]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
include abstract.h
authorGuido van Rossum <guido@python.org>
Tue, 18 Jul 1995 14:07:52 +0000 (14:07 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 18 Jul 1995 14:07:52 +0000 (14:07 +0000)
Include/allobjects.h

index 7d1daff71281ba81f95ea9fb5f91b9d5a3b802bf..f8596069a13687ba8fe6663d634ee388fa747c7d 100644 (file)
@@ -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))