aboutsummaryrefslogtreecommitdiff
path: root/archivers/lha/files
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>2003-05-11 08:59:54 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>2003-05-11 08:59:54 +0000
commit8af42f368a94dd2a6194f91e3e587b9f31d2b5f3 (patch)
tree25bf21a15fd3dd454260d094108287206ebcd5fc /archivers/lha/files
parentea3683d47afaddaa31ed44c96f1397084a872f3b (diff)
downloadports-8af42f368a94dd2a6194f91e3e587b9f31d2b5f3.tar.gz
ports-8af42f368a94dd2a6194f91e3e587b9f31d2b5f3.zip
Include <stdlib.h> for malloc() prototype
Submitted by: tjr
Notes
Notes: svn path=/head/; revision=80661
Diffstat (limited to 'archivers/lha/files')
-rw-r--r--archivers/lha/files/patch-af11
1 files changed, 11 insertions, 0 deletions
diff --git a/archivers/lha/files/patch-af b/archivers/lha/files/patch-af
new file mode 100644
index 000000000000..e1f9026a5abe
--- /dev/null
+++ b/archivers/lha/files/patch-af
@@ -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>