diff options
author | Jeremy Huddleston <jeremyhu@freedesktop.org> | 2008-11-16 15:35:17 -0800 |
---|---|---|
committer | Jeremy Huddleston <jeremyhu@freedesktop.org> | 2009-01-07 01:48:23 -0800 |
commit | fc14d52297f8f408693ed867ab649ea5b210b0b3 (patch) | |
tree | 2316646dd9f9fe6b41e96fa1637108af7f42d4fe /hw/xquartz/quartzKeyboard.c | |
parent | 4c326c4d342bede0de57e71c1431f56188f812ce (diff) |
XQuartz: Use AvailabilityMacros.h instead of availability.h for Tiger
(cherry picked from commit 91f3c3435716195e6d606c8e2f6b0de52eb5972d)
Diffstat (limited to 'hw/xquartz/quartzKeyboard.c')
-rw-r--r-- | hw/xquartz/quartzKeyboard.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/xquartz/quartzKeyboard.c b/hw/xquartz/quartzKeyboard.c index 7c9ac70a3..f78facbf6 100644 --- a/hw/xquartz/quartzKeyboard.c +++ b/hw/xquartz/quartzKeyboard.c @@ -44,7 +44,7 @@ #include <stdlib.h> #include <errno.h> #include <sys/stat.h> -#include <available.h> +#include <AvailabilityMacros.h> #include "quartzCommon.h" #include "darwin.h" |