summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Huddleston <jeremyhu@freedesktop.org>2009-07-25 10:39:26 -0700
committerJeremy Huddleston <jeremyhu@freedesktop.org>2009-07-25 15:25:23 -0700
commit9e74bb97ab6cb83dd99ec36bd3842197263b8a8c (patch)
tree965961b0e82b23d3445bc45ed076213ada26dd35
parent09b024db636f5a306c9cec3806fffde9acd3c408 (diff)
XQuartz: xpr: Added missing include for RootlessHideAllWindows
(cherry picked from commit 75e104730810acbb11bf8503bac24ea25243b2ac)
-rw-r--r--hw/xquartz/xpr/xprScreen.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/hw/xquartz/xpr/xprScreen.c b/hw/xquartz/xpr/xprScreen.c
index 1fac9ec60..9a2b1b4cc 100644
--- a/hw/xquartz/xpr/xprScreen.c
+++ b/hw/xquartz/xpr/xprScreen.c
@@ -48,6 +48,8 @@
#include "applewmExt.h"
#include "micmap.h"
+#include "rootlessCommon.h"
+
#ifdef DAMAGE
# include "damage.h"
#endif