added missing include
authorChristian Würdig <chriswue@ipd.info.uni-karlsruhe.de>
Mon, 19 Dec 2005 10:31:16 +0000 (10:31 +0000)
committerChristian Würdig <chriswue@ipd.info.uni-karlsruhe.de>
Mon, 19 Dec 2005 10:31:16 +0000 (10:31 +0000)
ir/be/beconstrperm.c

index 5e3d4b3..e7e16a7 100644 (file)
@@ -5,6 +5,9 @@
  * Licence:     This file protected by GPL -  GNU GENERAL PUBLIC LICENSE.
  *
  */
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
 
 #include "irgraph_t.h"
 #include "irnode_t.h"