Skip to content

Commit df7b6fb

Browse files
committed
Always pull in AvailabilityMacros.h
This fixes a compilation problem on OS X 10.9. Patch by @felixbuenemann.
1 parent 655e0a8 commit df7b6fb

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/os_mac.h

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,11 @@
1616
# define OPAQUE_TOOLBOX_STRUCTS 0
1717
#endif
1818

19+
/* Include MAC_OS_X_VERSION_* macros (needed for OS X 10.9, should be supported
20+
* as of OS X 10.2)
21+
* */
22+
#include <AvailabilityMacros.h>
23+
1924
/*
2025
* Macintosh machine-dependent things.
2126
*

0 commit comments

Comments
 (0)