X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fbeirgmod.h;h=ac6956820bc6d9c08071f4079ce28fc9e99fcedc;hb=4d7a9507baf1737297cd4f7fc91eab209fd5d398;hp=ed5922b132b3bec8ecc2352d3f93494290ca9f13;hpb=1d017c585cbce1afb01e3e8f54b1af6cbcd0eabd;p=libfirm 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 */