From: Michael Beck Date: Fri, 28 Oct 2005 11:54:28 +0000 (+0000) Subject: more config stuff X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=23e72739d7e9e4c5a1a27cc1101e53b923ad6cd4;p=libfirm more config stuff [r6820] --- 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"