From 0fba09cdfcc78161f5c92bef6cca53e5309656bd Mon Sep 17 00:00:00 2001 From: Eamon Walsh Date: Fri, 8 Sep 2006 15:23:06 -0400 Subject: [PATCH] Include dix-config.h. --- Xext/xace.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Xext/xace.c b/Xext/xace.c index 44aaa421d..14a5e7963 100644 --- a/Xext/xace.c +++ b/Xext/xace.c @@ -17,6 +17,10 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ********************************************************/ +#ifdef HAVE_DIX_CONFIG_H +#include +#endif + #include #include "windowstr.h" #include "scrnintstr.h"