diff options
Diffstat (limited to 'archivers/lha-ac/files/patch-src_lha.h')
-rw-r--r-- | archivers/lha-ac/files/patch-src_lha.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/archivers/lha-ac/files/patch-src_lha.h b/archivers/lha-ac/files/patch-src_lha.h new file mode 100644 index 0000000..808692b --- /dev/null +++ b/archivers/lha-ac/files/patch-src_lha.h @@ -0,0 +1,10 @@ +--- src/lha.h.orig 2006-10-10 16:27:51 UTC ++++ src/lha.h +@@ -16,6 +16,7 @@ + #endif + + #include <stdio.h> ++#include <stdlib.h> + #include <errno.h> + #include <ctype.h> + #include <sys/types.h> |