From ac640a8c0df21f777a0dca2b55044412c6e6f534 Mon Sep 17 00:00:00 2001 From: Daniel Grund Date: Wed, 18 Jan 2006 17:26:34 +0000 Subject: [PATCH] Includes --- ir/be/bearch.c | 1 + ir/be/bearch.h | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/ir/be/bearch.c b/ir/be/bearch.c index 2ce562feb..e5b86a802 100644 --- a/ir/be/bearch.c +++ b/ir/be/bearch.c @@ -13,6 +13,7 @@ #ifdef HAVE_ALLOCA_H #include #endif + #ifdef HAVE_MALLOC_H #include #endif diff --git a/ir/be/bearch.h b/ir/be/bearch.h index 1e0003bfb..bcad96090 100644 --- a/ir/be/bearch.h +++ b/ir/be/bearch.h @@ -1,6 +1,10 @@ #ifndef _FIRM_BEARCH_H #define _FIRM_BEARCH_H +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #include "firm_config.h" #ifdef WITH_LIBCORE -- 2.20.1