mirror of
https://frontier.innolan.net/github/amigaos-cross-toolchain6.git
synced 2024-10-19 10:29:55 +00:00
12 lines
417 B
Diff
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
|