added missing include
authorMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Wed, 30 Aug 2006 09:24:35 +0000 (09:24 +0000)
committerMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Wed, 30 Aug 2006 09:24:35 +0000 (09:24 +0000)
ir/be/bechordal_main.c

index de6a07e..d75509c 100644 (file)
@@ -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 <libcore/lc_timing.h>
 #endif /* WITH_LIBCORE */
 
+#include "ircons_t.h"
 #include "irmode_t.h"
 #include "irgraph_t.h"
 #include "irprintf_t.h"