From fd4ec20c4656f95839997732907cb144c13d5718 Mon Sep 17 00:00:00 2001 From: Michael Beck Date: Fri, 6 May 2005 13:48:41 +0000 Subject: [PATCH] added config.h include --- ir/be/becopyoptmain.c | 3 +++ ir/be/beutil.c | 3 +++ 2 files changed, 6 insertions(+) diff --git a/ir/be/becopyoptmain.c b/ir/be/becopyoptmain.c index abe770504..850b099f1 100644 --- a/ir/be/becopyoptmain.c +++ b/ir/be/becopyoptmain.c @@ -6,6 +6,9 @@ * @author Daniel Grund * @date 11.04.2005 */ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif #include "becopyopt.h" #include "becopystat.h" diff --git a/ir/be/beutil.c b/ir/be/beutil.c index 2b9cc157b..730bda510 100644 --- a/ir/be/beutil.c +++ b/ir/be/beutil.c @@ -1,3 +1,6 @@ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif #include -- 2.20.1