1
0
Fork 0
mirror of https://github.com/VSadov/Satori.git synced 2025-06-11 18:20:26 +09:00

Change header file name one more time

This commit is contained in:
fanyang-mono 2020-04-23 16:33:03 -04:00
parent fbe4611d9a
commit 27fb9438a7

View 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;