diff options
author | dmcmahill <dmcmahill> | 2003-02-05 15:44:21 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill> | 2003-02-05 15:44:21 +0000 |
commit | 9caf6fa8e018942f736ef0d59aabcfe7ba04b111 (patch) | |
tree | 874a734cef65230b6426e6054322ac5d653500dc /chat/i2cb/patches/patch-ah | |
parent | bcd449abe6e30a24f3bee584bc8199a5125b9f7e (diff) | |
download | pkgsrc-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-ah | 12 |
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" + |