Просмотр исходного кода

examples/spmv/dw_block_spmv.c: include sys/time.h for gettimeofday

Nathalie Furmento лет назад: 13
Родитель
Сommit
cf0f4ba70f
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      examples/spmv/dw_block_spmv.c

+ 1 - 0
examples/spmv/dw_block_spmv.c

@@ -16,6 +16,7 @@
  * See the GNU Lesser General Public License in COPYING.LGPL for more details.
  */
 
+#include <sys/time.h>
 #include "dw_block_spmv.h"
 #include "matrix_market/mm_to_bcsr.h"
 #define FPRINTF(ofile, fmt, args ...) do { if (!getenv("STARPU_SSILENT")) {fprintf(ofile, fmt, ##args); }} while(0)