mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-05-03 06:38:02 +02: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>
This commit is contained in:
parent
08a7246f43
commit
c3df4df407
1 changed files with 2 additions and 0 deletions
|
|
@ -49,6 +49,8 @@
|
|||
#include <unistd.h>
|
||||
#include <AvailabilityMacros.h>
|
||||
|
||||
#include <pthread.h>
|
||||
|
||||
#include <Xplugin.h>
|
||||
|
||||
// pbproxy/pbproxy.h
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue