From 075885d9025202c755a2447f5d267cec52974a31 Mon Sep 17 00:00:00 2001 From: Julien Cristau Date: Mon, 17 May 2010 18:20:24 +0200 Subject: [PATCH] Fix build without XACE dix/colormap.c now dereferences a ClientPtr, so it needs to include dixstruct.h. Regression introduced by commit 11c69880c7c48ef9e755c4e09fadef7a629d7bc7. Signed-off-by: Julien Cristau --- dix/colormap.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/dix/colormap.c b/dix/colormap.c index f75eefe..12197ac 100644 --- a/dix/colormap.c +++ b/dix/colormap.c @@ -57,6 +57,7 @@ SOFTWARE. #include #include "misc.h" #include "dix.h" +#include "dixstruct.h" #include "colormapst.h" #include "os.h" #include "scrnintstr.h" -- 1.7.1