瀏覽代碼

Add missing include for gettimeofday

Samuel Thibault 15 年之前
父節點
當前提交
bf7eed2333
共有 1 個文件被更改,包括 1 次插入0 次删除
  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)