added config.h include
authorMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Fri, 6 May 2005 13:48:41 +0000 (13:48 +0000)
committerMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Fri, 6 May 2005 13:48:41 +0000 (13:48 +0000)
ir/be/becopyoptmain.c
ir/be/beutil.c

index abe7705..850b099 100644 (file)
@@ -6,6 +6,9 @@
  * @author Daniel Grund
  * @date 11.04.2005
  */
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
 
 #include "becopyopt.h"
 #include "becopystat.h"
index 2b9cc15..730bda5 100644 (file)
@@ -1,3 +1,6 @@
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
 
 #include <stdio.h>