aboutsummaryrefslogtreecommitdiffstats
path: root/community/kodi/add-missing-includes.patch
blob: 236bfa6fd0e1e2de8f5a8ac85c2f889091af2c56 (plain)
1
2
3
4
5
6
7
8
9
10
--- 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;