From 1c780291088abd6a416c9452744e44833f49b9c1 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Sun, 28 Oct 2012 16:58:40 +0100 Subject: [PATCH] xbmc: add patch to fix builderror Signed-off-by: Stephan Raue --- .../patches/xbmc-1677554-999-include_unistd.h.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 packages/mediacenter/xbmc/patches/xbmc-1677554-999-include_unistd.h.patch diff --git a/packages/mediacenter/xbmc/patches/xbmc-1677554-999-include_unistd.h.patch b/packages/mediacenter/xbmc/patches/xbmc-1677554-999-include_unistd.h.patch new file mode 100644 index 0000000000..1221dd1806 --- /dev/null +++ b/packages/mediacenter/xbmc/patches/xbmc-1677554-999-include_unistd.h.patch @@ -0,0 +1,11 @@ +diff -Naur xbmc-1677554/tools/EventClients/Clients/WiiRemote/WiiUse_WiiRemote.h xbmc-1677554.patch/tools/EventClients/Clients/WiiRemote/WiiUse_WiiRemote.h +--- xbmc-1677554/tools/EventClients/Clients/WiiRemote/WiiUse_WiiRemote.h 2012-10-27 20:43:47.000000000 +0200 ++++ xbmc-1677554.patch/tools/EventClients/Clients/WiiRemote/WiiUse_WiiRemote.h 2012-10-28 16:39:35.842914672 +0100 +@@ -21,6 +21,7 @@ + #include + #include + //#include ++#include + #ifdef DEB_PACK + #include + #else