Browse Source

Add missing include for gettimeofday

Samuel Thibault 15 years ago
parent
commit
bf7eed2333
1 changed files with 1 additions and 0 deletions
  1. 1 0
      examples/pi/pi.h

+ 1 - 0
examples/pi/pi.h

@@ -19,6 +19,7 @@
 
 #include <starpu.h>
 #include <stdio.h>
+#include <sys/time.h>
 
 #define NSHOT_PER_TASK	(16*1024*1024ULL)