From 23e72739d7e9e4c5a1a27cc1101e53b923ad6cd4 Mon Sep 17 00:00:00 2001 From: Michael Beck Date: Fri, 28 Oct 2005 11:54:28 +0000 Subject: [PATCH] more config stuff [r6820] --- ir/adt/xmalloc.c | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/ir/adt/xmalloc.c b/ir/adt/xmalloc.c index b16e44176..7680c4be6 100644 --- a/ir/adt/xmalloc.c +++ b/ir/adt/xmalloc.c @@ -18,16 +18,17 @@ #endif #ifdef HAVE_ALLOCA_H -#include +# include #endif #ifdef HAVE_MALLOC_H -#include +# include #endif #ifdef HAVE_STRING_H -#include +# include +#endif +#ifdef HAVE_STDLIB_H +# include #endif - -#include #include "xmalloc.h" #include "panic.h" -- 2.20.1