diff options
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" + |