diff options
Diffstat (limited to 'chat/i2cb/patches/patch-an')
-rw-r--r-- | chat/i2cb/patches/patch-an | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/chat/i2cb/patches/patch-an b/chat/i2cb/patches/patch-an new file mode 100644 index 00000000000..1ced4f89c5f --- /dev/null +++ b/chat/i2cb/patches/patch-an @@ -0,0 +1,12 @@ +$NetBSD: patch-an,v 1.1 2003/12/19 19:15:06 agc Exp $ + +--- src/s_group.c 2003/12/19 19:08:12 1.1 ++++ src/s_group.c 2003/12/19 19:08:24 +@@ -4,6 +4,7 @@ + /* primitive to request group functions */ + + #include <stdlib.h> ++#include <string.h> + #include "icb.h" + #include "externs.h" + |