Skip to content
Snippets Groups Projects
Forked from alpine / aports
189242 commits behind the upstream repository.
add-missing-includes.patch 185 B
--- 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;