mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-05-05 05:18:25 +02:00
Fix build without XACE
dix/colormap.c and dix/gc.c now dereference a ClientPtr, so they need to
include dixstruct.h. Regression introduced by commit
11c69880c7.
Reported-by: Robert Hooker <sarvatt@ubuntu.com>
Signed-off-by: Julien Cristau <jcristau@debian.org>
Reviewed-by: Jamey Sharp <jamey@minilop.net>
Signed-off-by: Keith Packard <keithp@keithp.com>
This commit is contained in:
parent
5a387cf6d2
commit
27cec0a050
2 changed files with 2 additions and 0 deletions
|
|
@ -57,6 +57,7 @@ SOFTWARE.
|
|||
#include <strings.h>
|
||||
#include "misc.h"
|
||||
#include "dix.h"
|
||||
#include "dixstruct.h"
|
||||
#include "colormapst.h"
|
||||
#include "os.h"
|
||||
#include "scrnintstr.h"
|
||||
|
|
|
|||
1
dix/gc.c
1
dix/gc.c
|
|
@ -60,6 +60,7 @@ SOFTWARE.
|
|||
#include "dixfontstr.h"
|
||||
#include "scrnintstr.h"
|
||||
#include "region.h"
|
||||
#include "dixstruct.h"
|
||||
|
||||
#include "privates.h"
|
||||
#include "dix.h"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue