From b71e2a9a23cdda73edda180c0ec3fd0a84c69ffe Mon Sep 17 00:00:00 2001 From: b-aaz <85005689+b-aaz@users.noreply.github.com> Date: Mon, 15 Dec 2025 17:41:45 +0000 Subject: [PATCH] arm_video.c: Fixed xf86_os_support.h's #include. The 'h' in the file suffixed was mistakenly removed, fixed it. Signed-off-by: b-aaz --- hw/xfree86/os-support/bsd/arm_video.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw/xfree86/os-support/bsd/arm_video.c b/hw/xfree86/os-support/bsd/arm_video.c index 5afdecaf8c..9d3d6e2bd0 100644 --- a/hw/xfree86/os-support/bsd/arm_video.c +++ b/hw/xfree86/os-support/bsd/arm_video.c @@ -65,7 +65,7 @@ #include #include "xf86.h" -#include "xf86_os_support." +#include "xf86_os_support.h" #include "xf86Priv.h" #include "xf86_OSlib.h" #include "compiler.h"