From: Michael Beck Date: Wed, 30 Aug 2006 09:24:35 +0000 (+0000) Subject: added missing include X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=9dc2e97ef79ed0ebebd6f788094d4f971614c0bd;p=libfirm added missing include --- diff --git a/ir/be/bechordal_main.c b/ir/be/bechordal_main.c index de6a07eca..d75509c46 100644 --- a/ir/be/bechordal_main.c +++ b/ir/be/bechordal_main.c @@ -4,7 +4,7 @@ * @author Sebastian Hack * @cvs-id $Id$ * - * Copyright (C) 2005 Universitaet Karlsruhe + * Copyright (C) 2005-2006 Universitaet Karlsruhe * Released under the GPL * * Driver for the chordal register allocator. @@ -26,6 +26,7 @@ #include #endif /* WITH_LIBCORE */ +#include "ircons_t.h" #include "irmode_t.h" #include "irgraph_t.h" #include "irprintf_t.h"