Fixed several bugs
[libfirm] / ir / be / becopyilp1.c
index d50c333..a6e5af8 100644 (file)
@@ -28,6 +28,8 @@
 #include "config.h"
 #endif /* HAVE_CONFIG_H */
 
+#include "firm_config.h"
+
 #ifdef WITH_ILP
 
 #include "becopyilp_t.h"
@@ -39,7 +41,10 @@ typedef struct _my_env_t {
 } my_env_t;
 
 
-int co_solve_ilp1(copy_opt_t *co, double time_limit) {
+int co_solve_ilp1(copy_opt_t *co, double time_limit)
+{
+       (void) co;
+       (void) time_limit;
        return 1;
 }