diff options
-rw-r--r-- | xinit.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -61,7 +61,7 @@ in this Software without prior written authorization from The Open Group. #include <stdarg.h> #ifdef __APPLE__ -#include <Availability.h> +#include <AvailabilityMacros.h> #if __MAC_OS_X_VERSION_MIN_REQUIRED >= 1060 #include <vproc.h> #endif |