Explorar el Código

add missing include for timeval

Samuel Thibault hace 15 años
padre
commit
eb376e4819
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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>