Преглед изворни кода

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"