From: Michael Beck Date: Tue, 14 Jun 2005 14:14:53 +0000 (+0000) Subject: added missing include X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=d6e35daa5b3f7eca64b914f78d21f668f91a52b7;p=libfirm added missing include --- 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"