From f361931035c79e98a0659abff1a4ae8c16884ee4 Mon Sep 17 00:00:00 2001 From: "Enrico Weigelt, metux IT consult" Date: Mon, 18 Mar 2024 15:11:08 +0100 Subject: [PATCH] xfree86: int10: 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/xfree86/int10/generic.c | 1 + 1 file changed, 1 insertion(+) diff --git a/hw/xfree86/int10/generic.c b/hw/xfree86/int10/generic.c index 850663b73..9e52305d9 100644 --- a/hw/xfree86/int10/generic.c +++ b/hw/xfree86/int10/generic.c @@ -7,6 +7,7 @@ #include #endif +#include #include #include