InstOf Node (high-level instanceof test with exception) reanimated
[libfirm] / ir / ir / iredges.c
index 6788f8b..c42dda2 100644 (file)
@@ -4,14 +4,20 @@
  * @date 14.1.2005
  */
 
-#include <alloca.h>
-
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
+#ifdef HAVE_ALLOCA_H
+#include <alloca.h>
+#endif
+#ifdef HAVE_MALLOC_H
+#include <malloc.h>
+#endif
+
 #include "irnode_t.h"
 #include "iredges_t.h"
+#include "irgwalk.h"
 #include "irdump_t.h"
 #include "irprintf.h"
 #include "irhooks.h"