- Added 2 new blockschedulers, a greedy algorithm and an "optimal" ILP that
[libfirm] / ir / be / beschedrand.c
index 566f22a..8fc409e 100644 (file)
@@ -1,9 +1,12 @@
 /**
  * Trivial node selector.
- * @author Christian Wuerdig
+ * @author Matthias Braun
  * @date   29.08.2006
  * @cvs-id $Id$
  */
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
 
 #include <stdlib.h>