Files
amigaos-cross-toolchain6/patches/gcc-2.95.3/include/objalloc.h.diff
T
2012-08-04 13:01:59 +02:00

12 lines
417 B
Diff

--- gcc-2.95.3/include/objalloc.h 1999-01-11 14:51:10.000000000 +0100
+++ gcc-2.95.3/include/objalloc.h 2012-08-04 11:53:28.000000000 +0200
@@ -22,6 +22,8 @@
#include "ansidecl.h"
+#include <stdlib.h>
+
/* These routines allocate space for an object. The assumption is
that the object will want to allocate space as it goes along, but
will never want to free any particular block. There is a function