mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-29 15:15:11 +02:00
- 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;
|
|
|