diff options
Diffstat (limited to 'hw/darwin/quartz/xpr/xprCursor.c')
-rw-r--r-- | hw/darwin/quartz/xpr/xprCursor.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/hw/darwin/quartz/xpr/xprCursor.c b/hw/darwin/quartz/xpr/xprCursor.c index cb949dadc..e7f23b78b 100644 --- a/hw/darwin/quartz/xpr/xprCursor.c +++ b/hw/darwin/quartz/xpr/xprCursor.c @@ -30,8 +30,10 @@ * holders shall not be used in advertising or otherwise to promote the sale, * use or other dealings in this Software without prior written authorization. */ - -#include "quartzCommon.h" +#ifdef HAVE_XORG_CONFIG_H +#include <xorg-config.h> +#endif +#include "quartz/quartzCommon.h" #include "xpr.h" #include "darwin.h" #include "Xplugin.h" |