From 1f8188656a075dc7b1bb27a0795b5bd43610bbc8 Mon Sep 17 00:00:00 2001 From: Ben Byer Date: Tue, 8 Apr 2008 20:37:25 -0700 Subject: [PATCH] add missing dix-config include (cherry picked from commit 126e9bc8c480b403dedc44c1e8c4fe1476340ed9) --- hw/xquartz/darwinEvents.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/hw/xquartz/darwinEvents.c b/hw/xquartz/darwinEvents.c index 410acdd76..78708d2b2 100644 --- a/hw/xquartz/darwinEvents.c +++ b/hw/xquartz/darwinEvents.c @@ -30,6 +30,10 @@ used in advertising or otherwise to promote the sale, use or other dealings in this Software without prior written authorization from The Open Group. */ +#ifdef HAVE_DIX_CONFIG_H +#include +#endif + #define NEED_EVENTS #include #include