add missing include
authorMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Tue, 25 Apr 2006 07:56:18 +0000 (07:56 +0000)
committerMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Tue, 25 Apr 2006 07:56:18 +0000 (07:56 +0000)
ir/be/beinsn.c

index f26ba05..0775df1 100644 (file)
@@ -5,6 +5,7 @@
 
 #include "besched_t.h"
 #include "beinsn_t.h"
+#include "beabi.h"
 
 be_insn_t *be_scan_insn(const be_insn_env_t *env, ir_node *irn)
 {