mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-31 00:50:09 +01:00
XQuartz: Use AvailabilityMacros.h instead of availability.h for Tiger
(cherry picked from commit 91f3c34357)
This commit is contained in:
parent
4c326c4d34
commit
fc14d52297
2 changed files with 2 additions and 2 deletions
|
|
@ -47,7 +47,7 @@
|
|||
|
||||
#include <mach/mach.h>
|
||||
#include <unistd.h>
|
||||
#include <available.h>
|
||||
#include <AvailabilityMacros.h>
|
||||
|
||||
#include <Xplugin.h>
|
||||
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue