fix make error on macOS

This commit is contained in:
Grant Barker 2018-01-16 13:55:06 -05:00 committed by Richard Jenkins
parent 5af2b6c214
commit 52ad1e1795
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@
#endif
#if defined(__APPLE__) && (__ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__ < 101200)
mach_timebase_info_data_t _mach_base_info = { 0 };
static mach_timebase_info_data_t _mach_base_info = { 0 };
#endif
#if !((defined(_POSIX_C_SOURCE) && _POSIX_C_SOURCE >= 200809L) || (defined(_XOPEN_SOURCE) && _XOPEN_SOURCE >= 700))