From: Michael Beck Date: Fri, 6 May 2005 13:48:41 +0000 (+0000) Subject: added config.h include X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=fd4ec20c4656f95839997732907cb144c13d5718;p=libfirm added config.h include --- 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