ソースを参照

add missing include for timeval

Samuel Thibault 15 年 前
コミット
e313898b16
共有1 個のファイルを変更した1 個の追加0 個の削除を含む
  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;