--- python-0.9.1/src/listobject.c.t	2021-02-18 11:29:03.634305985 -0800
+++ python-0.9.1/src/listobject.c	2021-02-18 11:29:14.114510425 -0800
@@ -24,6 +24,8 @@
 
 /* List object implementation */
 
+#include <stdlib.h>
+
 #include "allobjects.h"
 
 object *