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

12 lines
425 B
Diff

--- binutils-2.9.1/include/objalloc.h 1998-05-01 17:48:25.000000000 +0200
+++ binutils-2.9.1/include/objalloc.h 2012-08-04 12:43:35.000000000 +0200
@@ -21,6 +21,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