summaryrefslogtreecommitdiff
path: root/chat/i2cb/patches/patch-ah
diff options
context:
space:
mode:
authordmcmahill <dmcmahill>2003-02-05 15:44:21 +0000
committerdmcmahill <dmcmahill>2003-02-05 15:44:21 +0000
commit9caf6fa8e018942f736ef0d59aabcfe7ba04b111 (patch)
tree874a734cef65230b6426e6054322ac5d653500dc /chat/i2cb/patches/patch-ah
parentbcd449abe6e30a24f3bee584bc8199a5125b9f7e (diff)
downloadpkgsrc-9caf6fa8e018942f736ef0d59aabcfe7ba04b111.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"
+