diff --git a/Xext/panoramiX.c b/Xext/panoramiX.c index f1d7aa77d..33faedc57 100644 --- a/Xext/panoramiX.c +++ b/Xext/panoramiX.c @@ -25,11 +25,15 @@ Equipment Corporation. ******************************************************************/ /* $XFree86: xc/programs/Xserver/Xext/panoramiX.c,v 3.37tsi Exp $ */ -#define NEED_REPLIES #ifdef HAVE_DIX_CONFIG_H #include #endif +#ifdef HAVE_DMX_CONFIG_H +#include +#endif + +#define NEED_REPLIES #include #include #include diff --git a/hw/dmx/glxProxy/glxcmds.c b/hw/dmx/glxProxy/glxcmds.c index f23b1f0b9..8c466e13c 100644 --- a/hw/dmx/glxProxy/glxcmds.c +++ b/hw/dmx/glxProxy/glxcmds.c @@ -34,6 +34,10 @@ ** */ +#ifdef HAVE_DMX_CONFIG_H +#include +#endif + #include "dmx.h" #include "dmxwindow.h" #include "dmxpixmap.h" diff --git a/hw/dmx/glxProxy/glxext.c b/hw/dmx/glxProxy/glxext.c index 554739ef9..60338230e 100644 --- a/hw/dmx/glxProxy/glxext.c +++ b/hw/dmx/glxProxy/glxext.c @@ -18,6 +18,10 @@ ** */ +#ifdef HAVE_DMX_CONFIG_H +#include +#endif + #include "dmx.h" #define NEED_REPLIES diff --git a/hw/dmx/glxProxy/glxscreens.c b/hw/dmx/glxProxy/glxscreens.c index 85f1a17ce..a7d4ce13d 100644 --- a/hw/dmx/glxProxy/glxscreens.c +++ b/hw/dmx/glxProxy/glxscreens.c @@ -34,6 +34,10 @@ ** */ +#ifdef HAVE_DMX_CONFIG_H +#include +#endif + #include "dmx.h" #include "dmxlog.h" diff --git a/hw/dmx/glxProxy/glxsingle.c b/hw/dmx/glxProxy/glxsingle.c index d8af1eac7..5a8f72736 100644 --- a/hw/dmx/glxProxy/glxsingle.c +++ b/hw/dmx/glxProxy/glxsingle.c @@ -29,6 +29,10 @@ ** version 1.2.1 Specification. */ +#ifdef HAVE_DMX_CONFIG_H +#include +#endif + #include "dmx.h" #include "dmxwindow.h" #include "dmxpixmap.h" diff --git a/hw/dmx/glxProxy/glxswap.c b/hw/dmx/glxProxy/glxswap.c index 3e36833b0..f7fcc37ac 100644 --- a/hw/dmx/glxProxy/glxswap.c +++ b/hw/dmx/glxProxy/glxswap.c @@ -32,6 +32,10 @@ * */ +#ifdef HAVE_DMX_CONFIG_H +#include +#endif + #include "dmx.h" #include "dmxwindow.h" #include "glxserver.h" diff --git a/hw/dmx/glxProxy/glxvendor.c b/hw/dmx/glxProxy/glxvendor.c index b5b61a5bb..4259974f9 100644 --- a/hw/dmx/glxProxy/glxvendor.c +++ b/hw/dmx/glxProxy/glxvendor.c @@ -29,6 +29,10 @@ ** version 1.2.1 Specification. */ +#ifdef HAVE_DMX_CONFIG_H +#include +#endif + #include "dmx.h" #include "dmxwindow.h" #include "dmxpixmap.h" diff --git a/hw/dmx/glxProxy/glxvisuals.c b/hw/dmx/glxProxy/glxvisuals.c index 3b838a6d0..c20e9551e 100644 --- a/hw/dmx/glxProxy/glxvisuals.c +++ b/hw/dmx/glxProxy/glxvisuals.c @@ -33,6 +33,10 @@ ** */ +#ifdef HAVE_DMX_CONFIG_H +#include +#endif + #include "dmx.h" #include "glxserver.h" #include "glxutil.h"