aboutsummaryrefslogtreecommitdiffstats
path: root/testing/hidrd/musl-fix-headers.patch
diff options
context:
space:
mode:
Diffstat (limited to 'testing/hidrd/musl-fix-headers.patch')
-rw-r--r--testing/hidrd/musl-fix-headers.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/testing/hidrd/musl-fix-headers.patch b/testing/hidrd/musl-fix-headers.patch
new file mode 100644
index 0000000000..d6de2e3b71
--- /dev/null
+++ b/testing/hidrd/musl-fix-headers.patch
@@ -0,0 +1,12 @@
+diff --git a/lib/util/ttbl.c b/lib/util/ttbl.c
+index 12bf5c7..f98ebed 100644
+--- a/lib/util/ttbl.c
++++ b/lib/util/ttbl.c
+@@ -28,6 +28,7 @@
+ #include <stdint.h>
+ #include <stdlib.h>
+ #include <stdio.h>
++#include <string.h>
+ #include "hidrd/util/buf.h"
+ #include "hidrd/util/ttbl.h"
+