mirror of
https://github.com/bebbo/amigaos-cross-toolchain.git
synced 2025-12-08 22:38:24 +00:00
12 lines
425 B
Diff
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
|