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
parent 60bd133f3c
commit b71e2a9a23

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"