From 6122410ce4188a5aea78771c7f9d326ab416efd2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Christian=20W=C3=BCrdig?= Date: Tue, 13 Dec 2005 15:34:37 +0000 Subject: [PATCH] added missing inlcude --- ir/be/beifg_std.c | 3 +++ ir/be/bespill.c | 3 +++ 2 files changed, 6 insertions(+) diff --git a/ir/be/beifg_std.c b/ir/be/beifg_std.c index 19d781f41..59860a67a 100644 --- a/ir/be/beifg_std.c +++ b/ir/be/beifg_std.c @@ -6,6 +6,9 @@ * Copyright (C) 2005 Universitaet Karlsruhe * Released under the GPL */ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif #include diff --git a/ir/be/bespill.c b/ir/be/bespill.c index 1cedc66c2..1bb18f2ba 100644 --- a/ir/be/bespill.c +++ b/ir/be/bespill.c @@ -4,6 +4,9 @@ * Copyright: (c) Universitaet Karlsruhe * Licence: This file protected by GPL - GNU GENERAL PUBLIC LICENSE. */ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif #include "pset.h" #include "irnode_t.h" -- 2.20.1