Added missing include, so FIRM_GRGEN_BE has a chance to be defined.
authorSebastian Buchwald <Sebastian.Buchwald@kit.edu>
Tue, 12 Aug 2008 17:14:24 +0000 (17:14 +0000)
committerSebastian Buchwald <Sebastian.Buchwald@kit.edu>
Tue, 12 Aug 2008 17:14:24 +0000 (17:14 +0000)
[r21130]

ir/be/ia32/ia32_common_transform.c

index f62872d..8226bbb 100644 (file)
@@ -24,6 +24,9 @@
  * @author      Matthias Braun, Sebastian Buchwald
  * @version     $Id: ia32_common_transform.c 21012 2008-08-06 13:35:17Z beck $
  */
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
 
 #include "error.h"
 #include "irargs_t.h"