Includes
authorDaniel Grund <grund@cs.uni-saarland.de>
Wed, 18 Jan 2006 17:26:34 +0000 (17:26 +0000)
committerDaniel Grund <grund@cs.uni-saarland.de>
Wed, 18 Jan 2006 17:26:34 +0000 (17:26 +0000)
ir/be/bearch.c
ir/be/bearch.h

index 2ce562f..e5b86a8 100644 (file)
@@ -13,6 +13,7 @@
 #ifdef HAVE_ALLOCA_H
 #include <alloca.h>
 #endif
+
 #ifdef HAVE_MALLOC_H
 #include <malloc.h>
 #endif
index 1e0003b..bcad960 100644 (file)
@@ -1,6 +1,10 @@
 #ifndef _FIRM_BEARCH_H
 #define _FIRM_BEARCH_H
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include "firm_config.h"
 
 #ifdef WITH_LIBCORE