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 <b-aazbsd@proton.me>
This commit is contained in:
b-aaz
2025-12-15 17:41:45 +00:00
committed by Enrico Weigelt, metux IT consult
parent 83b0ce7275
commit 70c113eb89

View File

@@ -65,7 +65,7 @@
#include <X11/X.h>
#include "xf86.h"
#include "xf86_os_support."
#include "xf86_os_support.h"
#include "xf86Priv.h"
#include "xf86_OSlib.h"
#include "compiler.h"