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:
parent
fbe4611d9a
commit
27fb9438a7
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue