From f05b644d08ed033b389a351b5e5efc463e0f3804 Mon Sep 17 00:00:00 2001 From: Michael Beck Date: Fri, 21 Nov 2003 15:03:54 +0000 Subject: [PATCH] Use more config.h defines for more campatibility [r2092] --- ir/tv/fltcalc.c | 6 ++++++ 1 file changed, 6 insertions(+) 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; -- 2.20.1