added missing includes
authorMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Fri, 6 Jul 2007 14:45:12 +0000 (14:45 +0000)
committerMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Fri, 6 Jul 2007 14:45:12 +0000 (14:45 +0000)
[r14977]

ir/be/arm/bearch_arm.c
ir/be/ia32/bearch_ia32.c

index 39bd10a..324c438 100644 (file)
@@ -41,6 +41,7 @@
 
 #include "bitset.h"
 #include "debug.h"
+#include "irtools.h"
 
 #include "../bearch_t.h"                /* the general register allocator interface */
 #include "../benode_t.h"
index c11a43a..a992257 100644 (file)
@@ -47,6 +47,7 @@
 #include "debug.h"
 #include "error.h"
 #include "xmalloc.h"
+#include "irtools.h"
 
 #include "../beabi.h"
 #include "../beirg_t.h"