diff options
Diffstat (limited to 'archivers/advancecomp/files/patch-7z_Portable.h')
-rw-r--r-- | archivers/advancecomp/files/patch-7z_Portable.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/archivers/advancecomp/files/patch-7z_Portable.h b/archivers/advancecomp/files/patch-7z_Portable.h new file mode 100644 index 000000000000..e19b52f9c7de --- /dev/null +++ b/archivers/advancecomp/files/patch-7z_Portable.h @@ -0,0 +1,11 @@ +--- 7z/Portable.h.orig 2012-12-08 22:16:47 UTC ++++ 7z/Portable.h +@@ -2,7 +2,7 @@ + #define __PORTABLE_H + + #include <string.h> +-#include <stdint.h> ++#include <inttypes.h> + + typedef signed char INT8; + typedef unsigned char UINT8; |