From: Michael Beck Date: Thu, 10 May 2007 21:50:58 +0000 (+0000) Subject: need firm_config.h include because of __attribute__ usage X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=fc1bb7f4ad911e4046031ec0aaf982cd29a0d20e;p=libfirm need firm_config.h include because of __attribute__ usage [r13781] --- diff --git a/ir/adt/util.h b/ir/adt/util.h index a5d1fe1e4..6730c443f 100644 --- a/ir/adt/util.h +++ b/ir/adt/util.h @@ -26,6 +26,8 @@ #ifndef FIRM_ADT_UTIL_H #define FIRM_ADT_UTIL_H +#include "firm_config.h" + /** * Get the offset of a member of a struct. * @param type The type of the struct member is in.