Przeglądaj źródła

add missing include for timeval

Samuel Thibault 15 lat temu
rodzic
commit
eb376e4819
1 zmienionych plików z 1 dodań i 0 usunięć
  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>