mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 03:44:06 +00:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user