diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2025-10-08 00:42:09 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2025-10-14 00:34:46 +0200 |
commit | 368c9fc8c62175a6c619d1d89d948567db306aa4 (patch) | |
tree | 5200807a4f39f85638b3202bd1bf06fa65d19f71 /package/kodi/patches/patch-xbmc_dbwrappers_dataset_h | |
parent | 159548f64717b6a5e0db302f12c879ed732206f9 (diff) |
kodi: update to 22.0a1
Diffstat (limited to 'package/kodi/patches/patch-xbmc_dbwrappers_dataset_h')
-rw-r--r-- | package/kodi/patches/patch-xbmc_dbwrappers_dataset_h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/package/kodi/patches/patch-xbmc_dbwrappers_dataset_h b/package/kodi/patches/patch-xbmc_dbwrappers_dataset_h new file mode 100644 index 000000000..f27f92975 --- /dev/null +++ b/package/kodi/patches/patch-xbmc_dbwrappers_dataset_h @@ -0,0 +1,10 @@ +--- xbmc-22.0a1-Piers.orig/xbmc/dbwrappers/dataset.h 2025-08-18 23:49:12.000000000 +0200 ++++ xbmc-22.0a1-Piers/xbmc/dbwrappers/dataset.h 2025-10-07 06:25:46.959580300 +0200 +@@ -14,6 +14,7 @@ + + #include "qry_dat.h" + ++#include <cstdarg> + #include <list> + #include <map> + #include <memory> |