From d2a8f5bc6e03f1a71185d263370179eaf61102f0 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Mon, 4 Sep 2017 14:14:26 +0000 Subject: testing/hidrd: new aport HID report descriptor I/O library and conversion tool https://github.com/DIGImend/hidrd --- testing/hidrd/musl-fix-headers.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 testing/hidrd/musl-fix-headers.patch (limited to 'testing/hidrd/musl-fix-headers.patch') 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 + #include + #include ++#include + #include "hidrd/util/buf.h" + #include "hidrd/util/ttbl.h" + -- cgit v1.2.3