瀏覽代碼

include/starpu_profiling.h: include <time.h> instead of <sys/time.h>

Nathalie Furmento 12 年之前
父節點
當前提交
ac7aeb0c9c
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      include/starpu_profiling.h

+ 1 - 1
include/starpu_profiling.h

@@ -20,7 +20,7 @@
 
 #include <starpu.h>
 #include <errno.h>
-#include <sys/time.h>
+#include <time.h>
 
 #ifdef __cplusplus
 extern "C"