diff options
author | George Peter Staplin <gps@Georges-Workstation.local> | 2008-09-19 00:18:44 -0600 |
---|---|---|
committer | George Peter Staplin <gps@Georges-Workstation.local> | 2008-09-19 00:18:44 -0600 |
commit | 1b4987e779d97b90669bac2405a4672085677f7c (patch) | |
tree | 89e6cc2c3171a6abf784dce9030f29c7cf2a960f /hw/xquartz | |
parent | 1e9460abdf5bafe46215966bbef3e796cb1c33e0 (diff) |
XQuartz: pbproxy: Add a missing include of Xutil.h. Another header
seems to have done this before, but correctness matters.
Diffstat (limited to 'hw/xquartz')
-rw-r--r-- | hw/xquartz/pbproxy/x-selection.m | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/xquartz/pbproxy/x-selection.m b/hw/xquartz/pbproxy/x-selection.m index 1b660abe6..789e801ee 100644 --- a/hw/xquartz/pbproxy/x-selection.m +++ b/hw/xquartz/pbproxy/x-selection.m @@ -33,6 +33,7 @@ #include <stdio.h> #include <stdlib.h> #include <X11/Xatom.h> +#include <X11/Xutil.h> #import <AppKit/NSBitmapImageRep.h> |