Browse Source

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

Nathalie Furmento 13 years ago
parent
commit
2732132e82
1 changed files with 1 additions and 0 deletions
  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 */