void-packages/srcpkgs/kodi/patches/add-missing-includes.patch
Juan RP 1601b6e92c kodi: musl is now supported.
- Applied patches from Alpine and adapted triplets for more general cases.
- Use the generated addons tarball to not require java when bootstrapping.
2015-11-05 18:30:36 +01:00

10 lines
185 B
Diff

--- a/xbmc/filesystem/ZipManager.h.orig
+++ b/xbmc/filesystem/ZipManager.h
@@ -33,6 +33,7 @@
#include <string>
#include <vector>
#include <map>
+#include <stdint.h>
class CURL;