fix things when WITH_JVM and WITH_ILP is defined
[libfirm] / ir / be / beabi.c
index 6bfe665..0aeb255 100644 (file)
@@ -35,6 +35,7 @@
 #include "benode_t.h"
 #include "belive_t.h"
 #include "besched_t.h"
+#include "beirg.h"
 
 typedef struct _be_abi_call_arg_t {
        unsigned is_res   : 1;  /**< 1: the call argument is a return value. 0: it's a call parameter. */