From fc1bb7f4ad911e4046031ec0aaf982cd29a0d20e Mon Sep 17 00:00:00 2001 From: Michael Beck Date: Thu, 10 May 2007 21:50:58 +0000 Subject: [PATCH] need firm_config.h include because of __attribute__ usage [r13781] --- ir/adt/util.h | 2 ++ 1 file changed, 2 insertions(+) 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. -- 2.20.1