From 4a727972596f9f33381c207d3eec92482ddb8b94 Mon Sep 17 00:00:00 2001 From: Michael Beck Date: Fri, 21 Nov 2003 15:05:07 +0000 Subject: [PATCH] config.h most be a local include [r2094] --- ir/tv/fltcalc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ir/tv/fltcalc.h b/ir/tv/fltcalc.h index 448ccd7d6..8079a6748 100644 --- a/ir/tv/fltcalc.h +++ b/ir/tv/fltcalc.h @@ -13,7 +13,7 @@ #ifndef _FLTCALC_H_ #define _FLTCALC_H_ -#include +#include "config.h" #ifdef HAVE_LONG_DOUBLE /* XXX Set this via autoconf */ -- 2.20.1