Quellcode durchsuchen

src/debug/traces/starpu_fxt.h: fix include path for starpu_mpi_fxt.h

Nathalie Furmento vor 13 Jahren
Ursprung
Commit
0258f65bd5
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      src/debug/traces/starpu_fxt.h

+ 1 - 1
src/debug/traces/starpu_fxt.h

@@ -34,7 +34,7 @@
 
 #include <common/fxt.h>
 #include <common/list.h>
-#include "../mpi/starpu_mpi_fxt.h"
+#include "../mpi/src/starpu_mpi_fxt.h"
 #include <starpu.h>
 #include "../../../include/starpu_fxt.h"