mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-24 05:30:06 +01:00
XQuartz: Add missing include for <pthread.h>
BuildFix for Leopard and earlier.
https://trac.macports.org/ticket/29717
Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
(cherry picked from commit c3df4df407)
This commit is contained in:
parent
9551f50419
commit
b9e5f94e3c
1 changed files with 2 additions and 0 deletions
|
|
@ -50,6 +50,8 @@
|
|||
#include <unistd.h>
|
||||
#include <AvailabilityMacros.h>
|
||||
|
||||
#include <pthread.h>
|
||||
|
||||
#include <Xplugin.h>
|
||||
|
||||
// pbproxy/pbproxy.h
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue