added some needed includes
authorMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Wed, 22 Dec 2004 11:03:01 +0000 (11:03 +0000)
committerMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Wed, 22 Dec 2004 11:03:01 +0000 (11:03 +0000)
ir/be/bemain.c

index 430330c..a8692d4 100644 (file)
@@ -3,6 +3,9 @@
  * @author Sebastian Hack
  * @date 25.11.2004
  */
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
 
 #include <stdarg.h>
 
@@ -19,6 +22,8 @@
 #include "belistsched.h"
 #include "belive_t.h"
 #include "bephicongr_t.h"
+#include "beutil.h"
+#include "bechordal.h"
 #include "phistat.h"
 
 #define N_PHASES 256