From 8dafab2f86c50ecf5b91f13c0495b575cf3f7dc2 Mon Sep 17 00:00:00 2001 From: "Sascha Kuehndel (InuSasha)" Date: Fri, 2 Jun 2017 15:30:39 +0200 Subject: [PATCH] pvr.stalker: fix gcc7 build --- .../patches/pvr.stalker-001-gcc7_fix.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 packages/mediacenter/kodi-binary-addons/pvr.stalker/patches/pvr.stalker-001-gcc7_fix.patch diff --git a/packages/mediacenter/kodi-binary-addons/pvr.stalker/patches/pvr.stalker-001-gcc7_fix.patch b/packages/mediacenter/kodi-binary-addons/pvr.stalker/patches/pvr.stalker-001-gcc7_fix.patch new file mode 100644 index 0000000000..ffad1186aa --- /dev/null +++ b/packages/mediacenter/kodi-binary-addons/pvr.stalker/patches/pvr.stalker-001-gcc7_fix.patch @@ -0,0 +1,11 @@ +--- pvr.stalker-151e3d3/src/CWatchdog.h 2017-05-22 13:38:16.000000000 +0200 ++++ pvr.stalker-151e3d3/src/CWatchdog.h 2017-06-02 09:24:34.357505179 +0200 +@@ -20,7 +20,7 @@ + * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html + * + */ +- ++#include + #include + + #include "SAPI.h"