ソースを参照

examples/cholesky/cholesky_models.c: include cholesky.h to define FPRINTF

Nathalie Furmento 13 年 前
コミット
2732132e82
共有1 個のファイルを変更した1 個の追加0 個の削除を含む
  1. 1 0
      examples/cholesky/cholesky_models.c

+ 1 - 0
examples/cholesky/cholesky_models.c

@@ -26,6 +26,7 @@
  */
 
 #include <starpu.h>
+#include "cholesky.h"
 
 /* #define USE_PERTURBATION	1 */