added missing config.h include
authorMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Fri, 19 May 2006 15:21:01 +0000 (15:21 +0000)
committerMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Fri, 19 May 2006 15:21:01 +0000 (15:21 +0000)
ir/be/beschedmris.c

index 1a9019d..533bfb0 100644 (file)
@@ -6,6 +6,9 @@
  * @author Sebastian Hack
  * @date   04.04.2006
  */
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
 
 #include <limits.h>