瀏覽代碼

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 */