1 --- a/tools/os_support.h
2 +++ b/tools/os_support.h
4 #include "mingw_support.h"
8 +#if defined(__APPLE__) && __DARWIN_C_LEVEL < 200809L
12 --- a/tools/os_support.c
13 +++ b/tools/os_support.c
16 #include "mingw_support.c"
20 +#if defined(__APPLE__) && __DARWIN_C_LEVEL < 200809L