From e3731d22823a16439eeff277a89cf02052f9c2d1 Mon Sep 17 00:00:00 2001 From: Matthias Braun Date: Sun, 10 Dec 2006 14:24:04 +0000 Subject: [PATCH] More missing config.h --- ir/be/TEMPLATE/TEMPLATE_gen_decls.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ir/be/TEMPLATE/TEMPLATE_gen_decls.c b/ir/be/TEMPLATE/TEMPLATE_gen_decls.c index de2418781..d55d40a92 100644 --- a/ir/be/TEMPLATE/TEMPLATE_gen_decls.c +++ b/ir/be/TEMPLATE/TEMPLATE_gen_decls.c @@ -4,6 +4,10 @@ * @version $Id$ */ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #include #include #include -- 2.20.1