Remove all references to the GC library, replacing GC_malloc
[fw/sdcc] / support / cpp / cppalloc.c
index 8e06b98dd4e6f027f19951f8a083604989f4c383..4af9bd94453e49d8e3e823c9ae85337291515b1f 100644 (file)
@@ -23,6 +23,9 @@ Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
  what you give them.   Help stamp out software-hoarding!  */
 
 #include "config.h"
+#ifdef HAVE_MALLOC_H
+#include  <malloc.h>
+#endif
 
 static void
 memory_full ()