pkgsrc/archivers/lha/patches/patch-ah
2002-08-25 21:48:57 +00:00

15 lines
448 B
Text

$NetBSD: patch-ah,v 1.2 2002/08/25 21:49:13 jlam Exp $
--- src/lharc.c.orig Thu Oct 5 17:33:34 2000
+++ src/lharc.c Fri Jul 19 03:11:24 2002
@@ -44,6 +44,10 @@
#include "lha.h"
+#if defined(__STDC__) || defined(NEWSOS)
+#include <stdlib.h>
+#endif
+
/* ------------------------------------------------------------------------ */
/* PROGRAM */
/* ------------------------------------------------------------------------ */