From: Michael Beck Date: Fri, 28 Oct 2005 12:18:19 +0000 (+0000) Subject: more config.h stuff added X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=b6fdc7afc1225aaa375e1663bd5337562b1c7519;p=libfirm more config.h stuff added [r6828] --- diff --git a/ir/tv/fltcalc.c b/ir/tv/fltcalc.c index 5e6d26ab4..7c5d6fdd1 100644 --- a/ir/tv/fltcalc.c +++ b/ir/tv/fltcalc.c @@ -26,19 +26,22 @@ #endif #ifdef HAVE_INTTYPES_H -#include +# include +#endif +#ifdef HAVE_STRING_H +# include +#endif +#ifdef HAVE_STDLIB_H +# include #endif - -#include -#include -#include -#include #ifdef HAVE_ALLOCA_H # include #endif #ifdef HAVE_MALLOC_H # include #endif +#include +#include #include "xmalloc.h"