mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
hid_mapper: fix gcc-14 build
This commit is contained in:
parent
3b4421e7b6
commit
1d8262e918
@ -2,11 +2,12 @@ diff --git a/hid.c b/hid.c
|
||||
index 2830b58..a652222 100644
|
||||
--- a/hid.c
|
||||
+++ b/hid.c
|
||||
@@ -22,6 +22,7 @@
|
||||
@@ -23,6 +23,8 @@
|
||||
#include <unistd.h>
|
||||
#include <dirent.h>
|
||||
#include <stdio.h>
|
||||
+#include <sys/time.h>
|
||||
+#include <string.h>
|
||||
|
||||
#define SYSFS_HIDRAW_CLASS_PATH "/sys/class/hidraw"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user