diff options
author | dmcmahill <dmcmahill@pkgsrc.org> | 2003-02-05 15:44:21 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill@pkgsrc.org> | 2003-02-05 15:44:21 +0000 |
commit | 564a10e9201822b6d1a1c98020226092a669f10e (patch) | |
tree | 874a734cef65230b6426e6054322ac5d653500dc /chat/i2cb/patches/patch-ah | |
parent | 11f8db5eb07661e1fe4f4ca0cd042a7e173ba0f1 (diff) | |
download | pkgsrc-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-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" + |