From 44ec9b0e5be437e7c3e7a641d8b69aee2c7fa115 Mon Sep 17 00:00:00 2001 From: "Enrico Weigelt, metux IT consult" Date: Fri, 25 Jul 2025 17:11:17 +0200 Subject: [PATCH] xwin: win.h: missing include of dix/dix_priv.h Needed for dixAddAtom() Signed-off-by: Enrico Weigelt, metux IT consult --- hw/xwin/win.h | 1 + 1 file changed, 1 insertion(+) diff --git a/hw/xwin/win.h b/hw/xwin/win.h index 1c6920542d..5e67e62424 100644 --- a/hw/xwin/win.h +++ b/hw/xwin/win.h @@ -145,6 +145,7 @@ #include #include "dix/colormap_priv.h" +#include "dix/dix_priv.h" #include "scrnintstr.h" #include "pixmapstr.h"