ソースを参照

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>