Browse Source

fix MIC build

Samuel Thibault 12 years ago
parent
commit
ece0320b62
1 changed files with 5 additions and 4 deletions
  1. 5 4
      src/drivers/mp_common/sink_common.c

+ 5 - 4
src/drivers/mp_common/sink_common.c

@@ -17,14 +17,15 @@
 
 #include <dlfcn.h>
 
-#ifdef STARPU_USE_MIC
-#include <common/COISysInfo_common.h>
-#endif
-
 #include <starpu.h>
 #include <common/config.h>
 #include <common/utils.h>
 #include <drivers/mp_common/mp_common.h>
+#include <datawizard/interfaces/data_interface.h>
+
+#ifdef STARPU_USE_MIC
+#include <common/COISysInfo_common.h>
+#endif
 
 #include "sink_common.h"