diff options
Diffstat (limited to 'app-arch/lha/files/lha-114i-malloc.patch')
-rw-r--r-- | app-arch/lha/files/lha-114i-malloc.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/app-arch/lha/files/lha-114i-malloc.patch b/app-arch/lha/files/lha-114i-malloc.patch new file mode 100644 index 000000000000..cc3b034dc5e3 --- /dev/null +++ b/app-arch/lha/files/lha-114i-malloc.patch @@ -0,0 +1,10 @@ +--- lha-114i/src/lha.h.orig 2004-05-19 19:24:19.000000000 -0400 ++++ lha-114i/src/lha.h 2004-05-19 19:23:19.000000000 -0400 +@@ -16,6 +16,7 @@ + #include <sys/types.h> + #include <sys/file.h> + #include <sys/stat.h> ++#include <malloc.h> + + #include <signal.h> + |