summaryrefslogtreecommitdiff
path: root/chat/i2cb/patches/patch-ah
diff options
context:
space:
mode:
authordmcmahill <dmcmahill@pkgsrc.org>2003-02-05 15:44:21 +0000
committerdmcmahill <dmcmahill@pkgsrc.org>2003-02-05 15:44:21 +0000
commit564a10e9201822b6d1a1c98020226092a669f10e (patch)
tree874a734cef65230b6426e6054322ac5d653500dc /chat/i2cb/patches/patch-ah
parent11f8db5eb07661e1fe4f4ca0cd042a7e173ba0f1 (diff)
downloadpkgsrc-564a10e9201822b6d1a1c98020226092a669f10e.tar.gz
include missing headers to make this build on alpha. Problem noted in recent bulk build
Diffstat (limited to 'chat/i2cb/patches/patch-ah')
-rw-r--r--chat/i2cb/patches/patch-ah12
1 files changed, 12 insertions, 0 deletions
diff --git a/chat/i2cb/patches/patch-ah b/chat/i2cb/patches/patch-ah
new file mode 100644
index 00000000000..4c1e5e5ff96
--- /dev/null
+++ b/chat/i2cb/patches/patch-ah
@@ -0,0 +1,12 @@
+$NetBSD: patch-ah,v 1.1 2003/02/05 15:44:22 dmcmahill Exp $
+
+--- src/parse.c.orig Wed Mar 15 17:13:29 2000
++++ src/parse.c
+@@ -4,6 +4,7 @@
+ /* parse a line from the user */
+
+ #include <stdlib.h>
++#include <string.h>
+ #include "icb.h"
+ #include "externs.h"
+