- renamed access offset functions
[libfirm] / ir / be / beblocksched.h
index 3c8a345..2ff6902 100644 (file)
@@ -6,6 +6,8 @@
 #ifndef _BEBLOCKSCHED_H
 #define _BEBLOCKSCHED_H
 
+#include "firm_config.h"
+
 #include "obst.h"
 #include "execfreq.h"
 #include "irnode.h"
@@ -16,6 +18,6 @@ ir_node **be_create_block_schedule(ir_graph *irg, ir_exec_freq *execfreqs);
 #ifdef WITH_LIBCORE
 #include <libcore/lc_opts.h>
 void be_block_schedule_register_options(lc_opt_entry_t *grp);
-#endif
+#endif /* WITH_LIBCORE */
 
-#endif
+#endif /* _BEBLOCKSCHED_H */