From 532c2cd96f3e03ae22d05a36bb213510a274ec7b Mon Sep 17 00:00:00 2001 From: Sebastian Buchwald Date: Fri, 4 Sep 2009 14:26:42 +0000 Subject: [PATCH] We need config.h to know whether FIRM_KAPS is defined. [r26489] --- ir/be/becopypbqp.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ir/be/becopypbqp.c b/ir/be/becopypbqp.c index 183bc4963..0b633ddda 100644 --- a/ir/be/becopypbqp.c +++ b/ir/be/becopypbqp.c @@ -4,6 +4,8 @@ * Created on: Aug 28, 2009 * Author: bersch */ +#include "config.h" + #ifdef FIRM_KAPS #include "kaps.h" -- 2.20.1