diff --git a/hw/dmx/dmx.c b/hw/dmx/dmx.c index ac6416d54..75623e696 100644 --- a/hw/dmx/dmx.c +++ b/hw/dmx/dmx.c @@ -43,8 +43,8 @@ * Please see the Client-to-Server DMX Extension to the X Protocol * document for details about the protocol. */ -#ifdef HAVE_DIX_CONFIG_H -#include +#ifdef HAVE_DMX_CONFIG_H +#include #endif #include diff --git a/hw/xfree86/dri/dri.c b/hw/xfree86/dri/dri.c index f7af5a6ea..d47001fb4 100644 --- a/hw/xfree86/dri/dri.c +++ b/hw/xfree86/dri/dri.c @@ -34,8 +34,8 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. * */ -#ifdef HAVE_DIX_CONFIG_H -#include +#ifdef HAVE_XORG_CONFIG_H +#include #endif #include "xf86.h" diff --git a/hw/xfree86/dri/drimodule.c b/hw/xfree86/dri/drimodule.c index 446ba6431..d68789771 100644 --- a/hw/xfree86/dri/drimodule.c +++ b/hw/xfree86/dri/drimodule.c @@ -34,8 +34,8 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. * */ -#ifdef HAVE_DIX_CONFIG_H -#include +#ifdef HAVE_XORG_CONFIG_H +#include #endif #include "xf86Module.h" diff --git a/hw/xfree86/dri/xf86dri.c b/hw/xfree86/dri/xf86dri.c index aa603dc3f..e874e63ff 100644 --- a/hw/xfree86/dri/xf86dri.c +++ b/hw/xfree86/dri/xf86dri.c @@ -35,8 +35,8 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. * */ -#ifdef HAVE_DIX_CONFIG_H -#include +#ifdef HAVE_XORG_CONFIG_H +#include #endif #include "xf86.h"