ソースを参照

Windows doesn't respect posix' definition of timespec in time.h

Samuel Thibault 10 年 前
コミット
c8ef6dbd52
共有1 個のファイルを変更した1 個の追加0 個の削除を含む
  1. 1 0
      include/starpu_profiling.h

+ 1 - 0
include/starpu_profiling.h

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