config.h include added
authorMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Wed, 15 Jun 2005 13:36:24 +0000 (13:36 +0000)
committerMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Wed, 15 Jun 2005 13:36:24 +0000 (13:36 +0000)
ir/be/benode.c
ir/be/bessadestr.c

index 48f2cfd..5adbad8 100644 (file)
@@ -8,6 +8,9 @@
  * Copyright (C) 2005 Universitaet Karlsruhe
  * Released under the GPL
  */
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
 
 #include <stdlib.h>
 
index 7838f3b..b4b1d44 100644 (file)
@@ -6,6 +6,9 @@
  *
  * Performs SSA-Destruction.
  */
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
 
 #include "debug.h"
 #include "set.h"