config.h include added
authorMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Thu, 12 May 2005 15:36:44 +0000 (15:36 +0000)
committerMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Thu, 12 May 2005 15:36:44 +0000 (15:36 +0000)
ir/be/bearch_firm.c

index f52dc93..ca9518c 100644 (file)
@@ -2,6 +2,9 @@
 /**
  * ISA implementation for Firm IR nodes.
  */
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
 
 #include "bitset.h"
 #include "bearch.h"