diff options
Diffstat (limited to 'hw/darwin/quartz/xpr/x-list.c')
-rw-r--r-- | hw/darwin/quartz/xpr/x-list.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/hw/darwin/quartz/xpr/x-list.c b/hw/darwin/quartz/xpr/x-list.c index a5f835d84..356bb79a4 100644 --- a/hw/darwin/quartz/xpr/x-list.c +++ b/hw/darwin/quartz/xpr/x-list.c @@ -26,9 +26,9 @@ copyright 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 "x-list.h" #include <stdlib.h> #include <assert.h> |