Ticket #56196: HighSierra-src_FbTK_FbTime.cc-clock_gettime.patch
File HighSierra-src_FbTK_FbTime.cc-clock_gettime.patch, 360 bytes (added by ballapete (Peter "Pete" Dyballa), 7 years ago) |
---|
-
src/FbTk/FbTime.cc
old new 25 25 #include <sys/time.h> 26 26 27 27 28 #if def HAVE_CLOCK_GETTIME// linux|*bsd|solaris28 #if defined HAVE_CLOCK_GETTIME && __ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__ < 101300 // linux|*bsd|solaris 29 29 #include <time.h> 30 30 31 31 namespace {