From 675f7aa9d3437c2abb133adbefdfddd1ea1ba219 Mon Sep 17 00:00:00 2001 From: marha Date: Thu, 21 Nov 2013 09:33:19 +0100 Subject: Synchronised xcbext.h and solved compiler warnings. --- xorg-server/present/present_fake.c | 4 ++-- xorg-server/present/present_notify.c | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'xorg-server/present') diff --git a/xorg-server/present/present_fake.c b/xorg-server/present/present_fake.c index e550e98f8..7926f7a4c 100644 --- a/xorg-server/present/present_fake.c +++ b/xorg-server/present/present_fake.c @@ -20,8 +20,8 @@ * OF THIS SOFTWARE. */ -#ifdef HAVE_XORG_CONFIG_H -#include +#ifdef HAVE_DIX_CONFIG_H +#include #endif #include "present_priv.h" diff --git a/xorg-server/present/present_notify.c b/xorg-server/present/present_notify.c index e272e08dc..fe8a57117 100644 --- a/xorg-server/present/present_notify.c +++ b/xorg-server/present/present_notify.c @@ -20,8 +20,8 @@ * OF THIS SOFTWARE. */ -#ifdef HAVE_XORG_CONFIG_H -#include +#ifdef HAVE_DIX_CONFIG_H +#include #endif #include "present_priv.h" -- cgit v1.2.3