python-pyasn: bump to version 1.6.0b1
[buildroot-gz.git] / package / kodi / 0011-xbmc_pvr_types.h-Fix-compilation-with-gcc6.patch
bloba3a9d50ed1e782bd3aa02308b3dd7ef430ef1734
1 From a17e8d39cf01e26955574acd236b4ef5b54b8c3b Mon Sep 17 00:00:00 2001
2 From: Bernd Kuhls <bernd.kuhls@t-online.de>
3 Date: Mon, 5 Sep 2016 12:34:20 +0200
4 Subject: [PATCH 2/2] xbmc_pvr_types.h: Fix compilation with gcc6
6 Backport of upstream commit from master branch:
7 https://github.com/xbmc/xbmc/commit/c8a346109926fa03bf6882c0b6e3885af0e0f8ed
9 This patch can be removed when Kodi is bumped to 17.0-Krypton.
11 Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
12 ---
13 xbmc/addons/include/xbmc_pvr_types.h | 1 +
14 1 file changed, 1 insertion(+)
16 diff --git a/xbmc/addons/include/xbmc_pvr_types.h b/xbmc/addons/include/xbmc_pvr_types.h
17 index c5ab20b..e518de1 100644
18 --- a/xbmc/addons/include/xbmc_pvr_types.h
19 +++ b/xbmc/addons/include/xbmc_pvr_types.h
20 @@ -34,6 +34,7 @@
21 #endif
22 #include <string.h>
23 #include <stdint.h>
24 +#include <stdio.h>
26 #include "xbmc_addon_types.h"
27 #include "xbmc_epg_types.h"
28 --
29 2.9.3