1601b6e92c
- Applied patches from Alpine and adapted triplets for more general cases. - Use the generated addons tarball to not require java when bootstrapping.
10 lines
185 B
Diff
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;
|
|
|