Always pull in AvailabilityMacros.h

This fixes a compilation problem on OS X 10.9.  Patch by
@felixbuenemann.
This commit is contained in:
Bjorn Winckler
2013-10-07 18:22:34 +02:00
parent 655e0a80b3
commit df7b6fb380
+5
View File
@@ -16,6 +16,11 @@
# define OPAQUE_TOOLBOX_STRUCTS 0
#endif
/* Include MAC_OS_X_VERSION_* macros (needed for OS X 10.9, should be supported
* as of OS X 10.2)
* */
#include <AvailabilityMacros.h>
/*
* Macintosh machine-dependent things.
*