summaryrefslogtreecommitdiff
path: root/archivers/lha/patches/patch-ai
diff options
context:
space:
mode:
Diffstat (limited to 'archivers/lha/patches/patch-ai')
-rw-r--r--archivers/lha/patches/patch-ai14
1 files changed, 14 insertions, 0 deletions
diff --git a/archivers/lha/patches/patch-ai b/archivers/lha/patches/patch-ai
new file mode 100644
index 00000000000..d9e46c5a702
--- /dev/null
+++ b/archivers/lha/patches/patch-ai
@@ -0,0 +1,14 @@
+$NetBSD: patch-ai,v 1.1 2002/07/19 03:14:32 mycroft Exp $
+
+--- src/slide.c.orig Wed Oct 4 14:57:38 2000
++++ src/slide.c Fri Jul 19 03:11:39 2002
+@@ -13,6 +13,9 @@
+
+ #include "lha.h"
+
++#if defined(__STDC__) || defined(NEWSOS)
++#include <stdlib.h>
++#endif
+
+ #ifdef DEBUG
+ FILE *fout = NULL;