diff options
author | Jeremy Huddleston <jeremyhu@freedesktop.org> | 2008-11-22 10:52:35 -0800 |
---|---|---|
committer | Jeremy Huddleston <jeremyhu@freedesktop.org> | 2008-11-22 10:52:35 -0800 |
commit | 9f761b5a8512a8ad8b1475a3684e1a23d953916f (patch) | |
tree | b03662e7e9de44692c1771dbce189f645f38add0 | |
parent | 0c0b73812efe75496e154730787402538a268bac (diff) |
Apple: Use AvailabilityMacros.h for Tiger compatability
-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 |