Преглед на файлове

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"