Explorar o código

Include starpu's fxt.h, not upstream's fxt.h

Samuel Thibault %!s(int64=12) %!d(string=hai) anos
pai
achega
94e4ed161b
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      tools/starpu_perfmodel_plot.c

+ 1 - 1
tools/starpu_perfmodel_plot.c

@@ -23,7 +23,7 @@
 #include <sys/stat.h>
 #include <limits.h>
 #ifdef STARPU_USE_FXT
-#include <fxt.h>
+#include <common/fxt.h>
 #endif
 
 #include <starpu.h>