aboutsummaryrefslogtreecommitdiffstats
path: root/testing/hidrd/musl-fix-headers.patch
blob: d6de2e3b71613f6a628e5b8fa5945cd9a2ee73e6 (plain)
1
2
3
4
5
6
7
8
9
10
11
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"