Add missing config.h include.
authorMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Sat, 27 Feb 2010 00:13:18 +0000 (00:13 +0000)
committerMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Sat, 27 Feb 2010 00:13:18 +0000 (00:13 +0000)
[r27229]

ir/ana/vrp.c

index 4b7b124..99205d6 100644 (file)
@@ -23,6 +23,7 @@
  * @author     Jonas Fietz
  * @version    $Id$
  */
+#include "config.h"
 
 #include "irtypes.h"
 #include "vrp.h"