diff options
author | Ben Byer <bbyer@apple.com> | 2008-04-08 20:37:25 -0700 |
---|---|---|
committer | Jeremy Huddleston <jeremyhu@freedesktop.org> | 2008-04-08 21:25:15 -0700 |
commit | 1f8188656a075dc7b1bb27a0795b5bd43610bbc8 (patch) | |
tree | 47fc4acc5bd02445a19b8b2647ec395be1f0160b | |
parent | 3f51f493b6daf2464e6c2ba5a924219b88a9e57e (diff) |
add missing dix-config include
(cherry picked from commit 126e9bc8c480b403dedc44c1e8c4fe1476340ed9)
-rw-r--r-- | hw/xquartz/darwinEvents.c | 4 |
1 files changed, 4 insertions, 0 deletions
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 <dix-config.h> +#endif + #define NEED_EVENTS #include <X11/X.h> #include <X11/Xmd.h> |