From b2fd743288e75738486edf88da52dcd9e159a8f4 Mon Sep 17 00:00:00 2001 From: "Enrico Weigelt, metux IT consult" Date: Mon, 18 Mar 2024 15:11:08 +0100 Subject: [PATCH] xwayland: fix missing include of It's much cleaner to always include directly what one needs, instead of relying on very indirect including. Signed-off-by: Enrico Weigelt, metux IT consult Part-of: --- hw/xwayland/xwayland-xtest.c | 1 + 1 file changed, 1 insertion(+) diff --git a/hw/xwayland/xwayland-xtest.c b/hw/xwayland/xwayland-xtest.c index e4a297ab5..89de93afc 100644 --- a/hw/xwayland/xwayland-xtest.c +++ b/hw/xwayland/xwayland-xtest.c @@ -29,6 +29,7 @@ #include #include #include +#include #include