1--- 7z/Portable.h.orig 2012-12-08 22:16:47 UTC 2+++ 7z/Portable.h 3@@ -2,7 +2,7 @@ 4 #define __PORTABLE_H 5 6 #include <string.h> 7-#include <stdint.h> 8+#include <inttypes.h> 9 10 typedef signed char INT8; 11 typedef unsigned char UINT8; 12 13