From 43b9e806f7877053e670b2a7228ba152018189e9 Mon Sep 17 00:00:00 2001 From: Johannes Spallek Date: Fri, 16 Jun 2006 10:36:50 +0000 Subject: [PATCH] Added include of malloc.h under __linux__ --- ir/be/beifg.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ir/be/beifg.c b/ir/be/beifg.c index 5dfd03ba0..ed5e6204d 100644 --- a/ir/be/beifg.c +++ b/ir/be/beifg.c @@ -17,6 +17,10 @@ #include #endif +#ifdef __linux__ +#include +#endif /* __linux__ */ + #ifdef HAVE_ALLOCA_H #include #endif -- 2.20.1