Fixed a const warning
[libfirm] / ir / be / beilpsched.c
index a21da63..090e865 100644 (file)
@@ -33,6 +33,8 @@
 #include "config.h"
 #endif
 
+#include "firm_config.h"
+
 #ifdef WITH_ILP
 
 #include <math.h>