From: Christian Würdig Date: Mon, 19 Dec 2005 10:31:16 +0000 (+0000) Subject: added missing include X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=b4677f5bb0e1cf6934b883d5c841de3490930bbd;p=libfirm added missing include --- diff --git a/ir/be/beconstrperm.c b/ir/be/beconstrperm.c index 5e3d4b3e1..e7e16a706 100644 --- a/ir/be/beconstrperm.c +++ b/ir/be/beconstrperm.c @@ -5,6 +5,9 @@ * Licence: This file protected by GPL - GNU GENERAL PUBLIC LICENSE. * */ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif #include "irgraph_t.h" #include "irnode_t.h"