From deab96c6016be38ab793c6ad0c4f8227d0984235 Mon Sep 17 00:00:00 2001 From: Francesco Colista Date: Mon, 14 Nov 2016 10:32:30 +0000 Subject: testing/reaver-wps-fork-t6x: new aport. Fixes #6459 --- ...lude-sys-types.h-for-definition-of-u_char.patch | 27 ++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 testing/reaver-wps-fork-t6x/0100-Include-sys-types.h-for-definition-of-u_char.patch (limited to 'testing/reaver-wps-fork-t6x/0100-Include-sys-types.h-for-definition-of-u_char.patch') diff --git a/testing/reaver-wps-fork-t6x/0100-Include-sys-types.h-for-definition-of-u_char.patch b/testing/reaver-wps-fork-t6x/0100-Include-sys-types.h-for-definition-of-u_char.patch new file mode 100644 index 0000000000..541968aec1 --- /dev/null +++ b/testing/reaver-wps-fork-t6x/0100-Include-sys-types.h-for-definition-of-u_char.patch @@ -0,0 +1,27 @@ +From 811f5c0b0a226edfbf5aa2f316e083f30ec3cd8d Mon Sep 17 00:00:00 2001 +From: Yousong Zhou +Date: Tue, 18 Aug 2015 14:34:26 +0800 +Subject: [PATCH] Include for definition of u_char. + +Fixes build with musl-libc. + +Signed-off-by: Yousong Zhou +--- + src/libwps/libwps.h | 1 + + 1 file changed, 1 insertion(+) + +diff --git a/src/libwps/libwps.h b/src/libwps/libwps.h +index b04dd8b..bdd7b9a 100755 +--- a/src/libwps/libwps.h ++++ b/src/libwps/libwps.h +@@ -17,6 +17,7 @@ + #include + #include + #include ++#include + + #define LIBWPS_MAX_STR_LEN 256 + +-- +1.7.10.4 + -- cgit v1.2.3