From: Matthias Braun Date: Thu, 14 Feb 2008 15:03:56 +0000 (+0000) Subject: need to include obstack X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=26eb4f6a5bfee99320010d5b5523dce6846ac114;p=libfirm need to include obstack [r17722] --- diff --git a/ir/be/bearch.h b/ir/be/bearch.h index b1db0286a..edbf7cfb2 100644 --- a/ir/be/bearch.h +++ b/ir/be/bearch.h @@ -29,6 +29,7 @@ #include "firm_types.h" #include "bitset.h" #include "be.h" +#include "obst.h" typedef struct arch_register_class_t arch_register_class_t; typedef struct arch_register_req_t arch_register_req_t;