소스 검색

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)