From 37f0119fa2a53c44809043846620e266da92d991 Mon Sep 17 00:00:00 2001 From: cbdev Date: Fri, 23 Mar 2018 13:45:47 +0100 Subject: Fix bug in universe discovery packet --- portability.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'portability.h') diff --git a/portability.h b/portability.h index e60446d..71d72fc 100644 --- a/portability.h +++ b/portability.h @@ -1,5 +1,5 @@ #ifdef __APPLE__ - #define CLOCK_MONOTONIC_RAW CLOCK_MONOTONIC_COARSE + #define CLOCK_MONOTONIC_RAW _CLOCK_MONOTONIC_RAW #include #define htobe16(x) OSSwapHostToBigInt16(x) -- cgit v1.2.3