From 6996fe65aff64b73ff0e8a1389fe25d4181dcf3a Mon Sep 17 00:00:00 2001 From: "Enrico Weigelt, metux IT consult" Date: Tue, 23 Sep 2025 19:58:50 +0200 Subject: [PATCH] kdrive: fix missing includes of extinit.h Don't rely on this file just being included indirectly by somebody else just by accident. Signed-off-by: Enrico Weigelt, metux IT consult --- hw/kdrive/src/kxv.c | 1 + 1 file changed, 1 insertion(+) diff --git a/hw/kdrive/src/kxv.c b/hw/kdrive/src/kxv.c index 53fc99f8e..43ce16904 100644 --- a/hw/kdrive/src/kxv.c +++ b/hw/kdrive/src/kxv.c @@ -41,6 +41,7 @@ of the copyright holder. #include #include "dix/screen_hooks_priv.h" +#include "include/extinit.h" #include "Xext/xvdix_priv.h" #include "kdrive.h"