From: Michael Beck Date: Fri, 21 Nov 2003 15:03:54 +0000 (+0000) Subject: Use more config.h defines for more campatibility X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=f05b644d08ed033b389a351b5e5efc463e0f3804;p=libfirm Use more config.h defines for more campatibility [r2092] --- diff --git a/ir/tv/fltcalc.c b/ir/tv/fltcalc.c index d08197941..ef9795dbd 100644 --- a/ir/tv/fltcalc.c +++ b/ir/tv/fltcalc.c @@ -25,7 +25,10 @@ # undef NAN #endif +#ifdef HAVE_INTTYPES_H #include +#endif + #include #include #include @@ -33,6 +36,9 @@ #ifdef HAVE_ALLOCA_H # include #endif +#ifdef HAVE_MALLOC_H +# include +#endif typedef uint32_t UINT32;