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
|
@ -49,6 +49,8 @@
|
|||
#include <unistd.h>
|
||||
#include <AvailabilityMacros.h>
|
||||
|
||||
#include <pthread.h>
|
||||
|
||||
#include <Xplugin.h>
|
||||
|
||||
// pbproxy/pbproxy.h
|
||||
|
|
Loading…
Reference in New Issue