From b6fdc7afc1225aaa375e1663bd5337562b1c7519 Mon Sep 17 00:00:00 2001 From: Michael Beck Date: Fri, 28 Oct 2005 12:18:19 +0000 Subject: [PATCH] more config.h stuff added [r6828] --- ir/tv/fltcalc.c | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) 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" -- 2.20.1