Переглянути джерело

add missing include for timeval

Samuel Thibault 15 роки тому
батько
коміт
eb376e4819
1 змінених файлів з 1 додано та 0 видалено
  1. 1 0
      examples/spmv/dw_spmv.h

+ 1 - 0
examples/spmv/dw_spmv.h

@@ -22,6 +22,7 @@
 #include <stdint.h>
 #include <math.h>
 #include <sys/types.h>
+#include <sys/time.h>
 #include <pthread.h>
 #include <signal.h>