diff options
Diffstat (limited to 'archivers/lha/files/patch-src_lha.h')
-rw-r--r-- | archivers/lha/files/patch-src_lha.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/archivers/lha/files/patch-src_lha.h b/archivers/lha/files/patch-src_lha.h new file mode 100644 index 000000000000..e1f9026a5abe --- /dev/null +++ b/archivers/lha/files/patch-src_lha.h @@ -0,0 +1,11 @@ +diff -ru src.orig/lha.h src/lha.h +--- src.orig/lha.h Thu Oct 5 10:35:38 2000 ++++ src/lha.h Sun May 11 00:31:53 2003 +@@ -11,6 +11,7 @@ + lharc.h interface.h slidehuf.h + */ + #include <stdio.h> ++#include <stdlib.h> + #include <errno.h> + #include <ctype.h> + #include <sys/types.h> |