From: Michael Beck Date: Tue, 4 Oct 2005 15:50:45 +0000 (+0000) Subject: added configure stuff X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=12a5e831792ad7c520c7402bcb8d49906dfa7522;p=libfirm added configure stuff [r6654] --- diff --git a/ir/ir/iredges.c b/ir/ir/iredges.c index 6788f8b3e..2619a14a8 100644 --- a/ir/ir/iredges.c +++ b/ir/ir/iredges.c @@ -4,12 +4,17 @@ * @date 14.1.2005 */ -#include - #ifdef HAVE_CONFIG_H #include "config.h" #endif +#ifdef HAVE_ALLOCA_H +#include +#endif +#ifdef HAVE_MALLOC_H +#include +#endif + #include "irnode_t.h" #include "iredges_t.h" #include "irdump_t.h"