More missing config.h
authorMatthias Braun <matze@braunis.de>
Sun, 10 Dec 2006 14:21:30 +0000 (14:21 +0000)
committerMatthias Braun <matze@braunis.de>
Sun, 10 Dec 2006 14:21:30 +0000 (14:21 +0000)
ir/be/ia32/ia32_util.c
ir/be/scripts/generate_regalloc_if.pl

index 2362d85..41503c1 100644 (file)
@@ -3,6 +3,9 @@
  * @author Christian Wuerdig
  * $Id$
  */
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
 
 #include <assert.h>
 
index dba0934..c29dc5d 100755 (executable)
@@ -315,6 +315,10 @@ print OUT<<EOF;
  * date:       $creation_time
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include "gen_$arch\_regalloc_if.h"
 #include "gen_$arch\_machine.h"  /* we need this, as there can be units assigned to registers */
 #include "bearch_$arch\_t.h"     /* we need this to put the caller saved registers into the isa set */