- kill keep-alive edges to dead blocks before doing apply_result(),
[libfirm] / ir / adt / pqueue.c
index 2602b94..a8bf7f8 100644 (file)
@@ -23,6 +23,8 @@
  * @brief   Priority Queue implementation based on the heap datastructure
  * @version $Id$
  */
+#include "config.h"
+
 #include "array.h"
 #include "pqueue.h"