diff options
author | Jeremy Huddleston <jeremyhu@apple.com> | 2011-06-05 21:59:13 -0400 |
---|---|---|
committer | Jeremy Huddleston <jeremyhu@apple.com> | 2011-06-15 08:17:26 -0700 |
commit | c3df4df40761760b281a21f63336ca955670f7bc (patch) | |
tree | fe650f6df90d8cb3d739630c52fba811e4dfa1be | |
parent | 08a7246f43c9f18079219a1c982bed558722f545 (diff) |
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>
-rw-r--r-- | hw/xquartz/X11Application.m | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hw/xquartz/X11Application.m b/hw/xquartz/X11Application.m index a51ee828d..31aa9b97f 100644 --- a/hw/xquartz/X11Application.m +++ b/hw/xquartz/X11Application.m @@ -49,6 +49,8 @@ #include <unistd.h> #include <AvailabilityMacros.h> +#include <pthread.h> + #include <Xplugin.h> // pbproxy/pbproxy.h |