From 0cc45f4fe2187d9ebe5cc9a67d00b596e4909a29 Mon Sep 17 00:00:00 2001 From: Michael Beck Date: Wed, 26 Jan 2005 12:07:42 +0000 Subject: [PATCH] config.h included --- ir/be/bephicoal.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ir/be/bephicoal.c b/ir/be/bephicoal.c index 416a1c188..72a286605 100644 --- a/ir/be/bephicoal.c +++ b/ir/be/bephicoal.c @@ -2,6 +2,9 @@ * @author Daniel Grund * @date 04.01.2005 */ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif #include -- 2.20.1