From: Michael Beck Date: Fri, 21 Nov 2003 15:05:07 +0000 (+0000) Subject: config.h most be a local include X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=4a727972596f9f33381c207d3eec92482ddb8b94;p=libfirm config.h most be a local include [r2094] --- 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 */