freebsd-ports/archivers/lha/files/patch-af
Andrey A. Chernov 8af42f368a Include <stdlib.h> for malloc() prototype
Submitted by:   tjr
2003-05-11 08:59:54 +00:00

11 lines
280 B
Text

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>