Преглед изворни кода

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

Samuel Thibault пре 12 година
родитељ
комит
94e4ed161b
1 измењених фајлова са 1 додато и 1 уклоњено
  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>