fixed addressmode bug
[libfirm] / ir / be / bearch.c
index 183d135..8ff6628 100644 (file)
 
 #include "bearch.h"
 #include "ircons_t.h"
+#include "irnode_t.h"
 
 #include "bitset.h"
 #include "pset.h"
 #include "entity.h"
 
+#include "irprintf.h"
+
 arch_env_t *arch_env_init(arch_env_t *env, const arch_isa_if_t *isa_if)
 {
   memset(env, 0, sizeof(*env));