mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 06:07:00 +02:00
kodi-addon-pvr-hts: fix build with gcc 12
This commit is contained in:
parent
ab417656fd
commit
9eee73e8e9
1 changed files with 10 additions and 0 deletions
10
srcpkgs/kodi-addon-pvr-hts/patches/gcc12.patch
Normal file
10
srcpkgs/kodi-addon-pvr-hts/patches/gcc12.patch
Normal file
|
@ -0,0 +1,10 @@
|
|||
--- a/src/tvheadend/entity/Event.h
|
||||
+++ b/src/tvheadend/entity/Event.h
|
||||
@@ -13,6 +13,7 @@
|
||||
#include <map>
|
||||
#include <string>
|
||||
#include <vector>
|
||||
+#include <ctime>
|
||||
|
||||
namespace tvheadend
|
||||
{
|
Loading…
Add table
Reference in a new issue