From c096b5985ab5f29a051da3645eda5aa43231bdc0 Mon Sep 17 00:00:00 2001 From: Will Newton Date: Thu, 23 May 2013 14:13:20 +0100 Subject: udpcast: Add udpcast-select-h.patch. This patch fixes the build on AArch64 (and potentially others). The patch has been submitted upstream. Signed-off-by: Will Newton Signed-off-by: Peter Korsgaard --- package/udpcast/udpcast-select-h.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 package/udpcast/udpcast-select-h.patch diff --git a/package/udpcast/udpcast-select-h.patch b/package/udpcast/udpcast-select-h.patch new file mode 100644 index 000000000..9a8cfc9d5 --- /dev/null +++ b/package/udpcast/udpcast-select-h.patch @@ -0,0 +1,11 @@ +--- udpcast-20120424/console.h 2005-12-22 22:59:18.000000000 +0000 ++++ udpcast-20120424.mod/console.h 2013-05-22 22:22:19.835474140 +0100 +@@ -6,6 +6,8 @@ + #include + #endif /* __MINGW32__ */ + ++#include ++ + #define prepareConsole udpc_prepareConsole + #define getConsoleFd udpc_getConsoleFd + #define restoreConsole udpc_restoreConsole -- cgit v1.2.3