diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2017-09-04 14:14:26 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2017-09-04 14:14:26 +0000 |
commit | d2a8f5bc6e03f1a71185d263370179eaf61102f0 (patch) | |
tree | 1523e77d0ff915c562455588007174a26ce58b90 /testing/hidrd/musl-fix-headers.patch | |
parent | 9adcf14ddbfdf8a99b47c82513f0257e05a9913f (diff) | |
download | aports-d2a8f5bc6e03f1a71185d263370179eaf61102f0.tar.bz2 aports-d2a8f5bc6e03f1a71185d263370179eaf61102f0.tar.xz |
testing/hidrd: new aport
HID report descriptor I/O library and conversion tool
https://github.com/DIGImend/hidrd
Diffstat (limited to 'testing/hidrd/musl-fix-headers.patch')
-rw-r--r-- | testing/hidrd/musl-fix-headers.patch | 12 |
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" + |