diff --git a/control/auxiliary.c b/control/auxiliary.c
index b00ed6efe4e6db2664278575696bf6b8b52fe119..00c6bdc59428844f8c34c96217aa0f8f237b484a 100644
--- a/control/auxiliary.c
+++ b/control/auxiliary.c
@@ -266,7 +266,7 @@ void update_progress(int currentValue, int maximumValue) {
 void (*update_progress_callback)(int, int) = update_progress;
 
 int MORSE_Set_update_progress_callback(void (*p)(int, int)) {
-  update_progress_callback=p ;
+  update_progress_callback = p;
   return MORSE_SUCCESS;
 }
 
diff --git a/control/config.h.in b/control/config.h.in
index 1194dc083e6de219d4f5db6eefd1aba10ed1f8dc..d15817505682e5e22ba76ec8b7cd14eec88bfa15 100644
--- a/control/config.h.in
+++ b/control/config.h.in
@@ -26,7 +26,7 @@
 #define CONFIG_H_HAS_BEEN_INCLUDED
 
 /* inherit from public chameleon's definitions */
-#include "include/chameleon_config.h"
+#include "chameleon/chameleon_config.h"
 
 /* StarPU functions */
 #cmakedefine HAVE_STARPU_FXT_PROFILING