allow character mode constants
[libfirm] / ir / be / beutil.c
index 5e7f8a7..c8a666e 100644 (file)
@@ -1,7 +1,7 @@
 /**
  * Contains some useful function for the backend.
- * @author Sebastian Hack
- * @cvsid  $Id$
+ * @author  Sebastian Hack
+ * @version $Id$
  */
 #ifdef HAVE_CONFIG_H
 #include "config.h"
@@ -24,7 +24,7 @@
 
 #include "beutil.h"
 #include "besched_t.h"
-#include "bearch.h"
+#include "bearch_t.h"
 
 /* Get an always empty set. */
 pset *be_empty_set(void)