need firm_config.h include because of __attribute__ usage
authorMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Thu, 10 May 2007 21:50:58 +0000 (21:50 +0000)
committerMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Thu, 10 May 2007 21:50:58 +0000 (21:50 +0000)
[r13781]

ir/adt/util.h

index a5d1fe1..6730c44 100644 (file)
@@ -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.