From 187122908b038c9cb39978ca92f0eb78e7e62e05 Mon Sep 17 00:00:00 2001 From: fanyang-mono Date: Thu, 23 Apr 2020 14:22:13 -0400 Subject: [PATCH] Add missing header file for linux --- src/mono/mono/utils/mono-time.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/mono/mono/utils/mono-time.h b/src/mono/mono/utils/mono-time.h index 4da16e3..0d1d41a 100644 --- a/src/mono/mono/utils/mono-time.h +++ b/src/mono/mono/utils/mono-time.h @@ -33,6 +33,7 @@ gint64 mono_100ns_datetime_from_timeval (struct timeval tv); #include typedef clock_serv_t mono_clock_id_t; #elif defined(__linux__) +#include typedef clockid_t mono_clock_id_t; #else typedef void* mono_clock_id_t; -- 2.7.4