From 9bda12c76350f687b36599a28f12000db15d5d52 Mon Sep 17 00:00:00 2001 From: Michael Beck Date: Wed, 15 Mar 2006 13:07:37 +0000 Subject: [PATCH] missing include added --- ir/be/beirgmod.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ir/be/beirgmod.h b/ir/be/beirgmod.h index ed5922b13..ac6956820 100644 --- a/ir/be/beirgmod.h +++ b/ir/be/beirgmod.h @@ -10,6 +10,7 @@ #ifndef _BEIRGMOD_H #define _BEIRGMOD_H +#include "firm_types.h" #include "pset.h" /* @@ -96,4 +97,4 @@ void be_ssa_constr_set_phis_ignore(dom_front_info_t *info, pset *nodes, pset *ph */ void be_ssa_constr_set_phis(dom_front_info_t *info, pset *nodes, pset *phis); -#endif +#endif /* _BEIRGMOD_H */ -- 2.20.1