From 1b4987e779d97b90669bac2405a4672085677f7c Mon Sep 17 00:00:00 2001 From: George Peter Staplin Date: Fri, 19 Sep 2008 00:18:44 -0600 Subject: [PATCH] XQuartz: pbproxy: Add a missing include of Xutil.h. Another header seems to have done this before, but correctness matters. --- hw/xquartz/pbproxy/x-selection.m | 1 + 1 file changed, 1 insertion(+) 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 #include #include +#include #import