diff options
Diffstat (limited to 'hw/darwin/quartz/xpr/xprFrame.c')
-rw-r--r-- | hw/darwin/quartz/xpr/xprFrame.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/hw/darwin/quartz/xpr/xprFrame.c b/hw/darwin/quartz/xpr/xprFrame.c index b71b2a606..76c719ec0 100644 --- a/hw/darwin/quartz/xpr/xprFrame.c +++ b/hw/darwin/quartz/xpr/xprFrame.c @@ -27,9 +27,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 "xpr.h" #include "rootlessCommon.h" #include "Xplugin.h" |