Browse Source

add missing include for timeval

Samuel Thibault 15 years ago
parent
commit
eb376e4819
1 changed files with 1 additions and 0 deletions
  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>