diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2006-08-07 09:02:45 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2006-08-07 09:02:45 +0000 |
commit | 915fec9aad35db69c3954a555cf3b90d83fcfa34 (patch) | |
tree | 0389529a9b581d5771ccb61b8dcd456184892e66 /archivers/advancecomp | |
parent | 165fce3decb3b7bf0696af9eef694f814a9e7c77 (diff) |
Notes
Diffstat (limited to 'archivers/advancecomp')
-rw-r--r-- | archivers/advancecomp/files/patch-Portable.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/archivers/advancecomp/files/patch-Portable.h b/archivers/advancecomp/files/patch-Portable.h new file mode 100644 index 000000000000..e4ae77909198 --- /dev/null +++ b/archivers/advancecomp/files/patch-Portable.h @@ -0,0 +1,11 @@ +--- 7z/Portable.h.org Mon Aug 7 10:54:35 2006 ++++ 7z/Portable.h Mon Aug 7 10:54:55 2006 +@@ -2,7 +2,7 @@ + #define __PORTABLE_H + + #include <string.h> +-#include <stdint.h> ++#include <inttypes.h> + + typedef signed char INT8; + typedef unsigned char UINT8; |