Change header file name
authorfanyang-mono <yangfan@microsoft.com>
Thu, 23 Apr 2020 20:23:09 +0000 (16:23 -0400)
committerfanyang-mono <yangfan@microsoft.com>
Thu, 23 Apr 2020 20:23:09 +0000 (16:23 -0400)
src/mono/mono/utils/mono-time.h

index 0d1d41a..7f700c7 100644 (file)
@@ -33,7 +33,7 @@ gint64 mono_100ns_datetime_from_timeval (struct timeval tv);
 #include <mach/clock.h>
 typedef clock_serv_t mono_clock_id_t;
 #elif defined(__linux__)
-#include <sys/time.h>
+#include <time.h>
 typedef clockid_t mono_clock_id_t;
 #else
 typedef void* mono_clock_id_t;