From d6e35daa5b3f7eca64b914f78d21f668f91a52b7 Mon Sep 17 00:00:00 2001 From: Michael Beck Date: Tue, 14 Jun 2005 14:14:53 +0000 Subject: [PATCH] added missing include --- ir/be/becopyopt.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ir/be/becopyopt.c b/ir/be/becopyopt.c index 5410fe636..557940568 100644 --- a/ir/be/becopyopt.c +++ b/ir/be/becopyopt.c @@ -10,6 +10,9 @@ #ifdef HAVE_ALLOCA_H #include #endif +#ifdef HAVE_MALLOC_H +#include +#endif #include "irprog.h" -- 2.20.1