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

index 7f700c7..37aafe6 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 <time.h>
+#include <sys/types.h>
 typedef clockid_t mono_clock_id_t;
 #else
 typedef void* mono_clock_id_t;