From: Daniel Grund Date: Wed, 18 Jan 2006 17:26:34 +0000 (+0000) Subject: Includes X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=ac640a8c0df21f777a0dca2b55044412c6e6f534;p=libfirm Includes --- 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