1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-23 11:15:13 +03:00
aports/testing/hidrd/musl-fix-headers.patch
Natanael Copa d2a8f5bc6e testing/hidrd: new aport
HID report descriptor I/O library and conversion tool
https://github.com/DIGImend/hidrd
2017-09-04 14:14:26 +00:00

12 lines
283 B
Diff

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"