From: Michael Beck Date: Wed, 15 Mar 2006 13:07:37 +0000 (+0000) Subject: missing include added X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=9bda12c76350f687b36599a28f12000db15d5d52;p=libfirm missing include added --- 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 */