Skip to content
Snippets Groups Projects
Commit 1c4319a3 authored by Craig Tiller's avatar Craig Tiller
Browse files

Fixup mac build

parent 504ed599
No related branches found
No related tags found
No related merge requests found
...@@ -89,6 +89,7 @@ static uint64_t g_time_start; ...@@ -89,6 +89,7 @@ static uint64_t g_time_start;
void gpr_time_init(void) { void gpr_time_init(void) {
mach_timebase_info_data_t tb = {0, 1}; mach_timebase_info_data_t tb = {0, 1};
gpr_precise_clock_init();
mach_timebase_info(&tb); mach_timebase_info(&tb);
g_time_scale = tb.numer; g_time_scale = tb.numer;
g_time_scale /= tb.denom; g_time_scale /= tb.denom;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment