From 9d98f3a7ca611241171f2b2859e4f4915df7ac55 Mon Sep 17 00:00:00 2001 From: "Enrico Weigelt, metux IT consult" Date: Thu, 15 May 2025 14:59:47 +0200 Subject: [PATCH] xfree86: xf86Events.c: add missing include of property.h the file calls some functions from property.h, so it needs to be included. Signed-off-by: Enrico Weigelt, metux IT consult --- hw/xfree86/common/xf86Events.c | 1 + 1 file changed, 1 insertion(+) diff --git a/hw/xfree86/common/xf86Events.c b/hw/xfree86/common/xf86Events.c index df22027f4..9583fce21 100644 --- a/hw/xfree86/common/xf86Events.c +++ b/hw/xfree86/common/xf86Events.c @@ -63,6 +63,7 @@ #include "dix/dix_priv.h" #include "dix/input_priv.h" +#include "include/property.h" #include "mi/mi_priv.h" #include "misc.h"