Browse Source

add missing include for timeval

Samuel Thibault 15 years ago
parent
commit
e313898b16
1 changed files with 1 additions and 0 deletions
  1. 1 0
      examples/incrementer/incrementer.c

+ 1 - 0
examples/incrementer/incrementer.c

@@ -16,6 +16,7 @@
 
 #include <starpu.h>
 #include <pthread.h>
+#include <sys/time.h>
 
 static unsigned niter = 50000;