From: Christian Würdig Date: Wed, 26 Oct 2005 13:51:03 +0000 (+0000) Subject: added missing include X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=f4a2f61100d90e9caa870c496c30a6d222408d93;p=libfirm added missing include --- diff --git a/ir/be/beifg.c b/ir/be/beifg.c index 895de1277..6df892572 100644 --- a/ir/be/beifg.c +++ b/ir/be/beifg.c @@ -4,6 +4,7 @@ * source file and header by Kimon Hoffmann. * @author Sebastian Hack * @date 27.06.2005 + * $Id$ */ #ifdef HAVE_CONFIG_H #include "config.h" @@ -16,6 +17,7 @@ #include #endif +#include #include "debug.h" #include "beifg_t.h"