diff --git a/src/unity_internals.h b/src/unity_internals.h index b86fefa..75c2df6 100644 --- a/src/unity_internals.h +++ b/src/unity_internals.h @@ -333,7 +333,7 @@ typedef UNITY_FLOAT_TYPE UNITY_FLOAT; UnityPrintNumberUnsigned(execTimeMs); \ UnityPrint(" ms)"); \ } - #elif defined(__unix__) + #elif defined(__unix__) || defined(__APPLE__) #include #define UNITY_TIME_TYPE struct timespec #define UNITY_GET_TIME(t) clock_gettime(CLOCK_MONOTONIC, &t)