diff options
Diffstat (limited to 'hw/darwin/quartz/quartz.c')
-rw-r--r-- | hw/darwin/quartz/quartz.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/hw/darwin/quartz/quartz.c b/hw/darwin/quartz/quartz.c index 0f0351652..2899bc2ca 100644 --- a/hw/darwin/quartz/quartz.c +++ b/hw/darwin/quartz/quartz.c @@ -29,9 +29,9 @@ * holders shall not be used in advertising or otherwise to promote the sale, * use or other dealings in this Software without prior written authorization. */ -#ifdef HAVE_XORG_CONFIG_H -#include <xorg-config.h> -#endif + +#include <dix-config.h> + #include "quartzCommon.h" #include "quartz.h" #include "darwin.h" |