Explorar o código

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

Nathalie Furmento %!s(int64=12) %!d(string=hai) anos
pai
achega
ac7aeb0c9c
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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"