diff options
author | agc <agc@pkgsrc.org> | 2003-12-19 19:15:06 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2003-12-19 19:15:06 +0000 |
commit | b054e77f555d010565223ff76b68b65f78ec6d4c (patch) | |
tree | 18c7e54c8676b54c5f420c1e5924b0bc3a3dbc40 /chat/i2cb/patches/patch-al | |
parent | e25e0c9a2173ac9ef3977687214c5ed98ce50745 (diff) | |
download | pkgsrc-b054e77f555d010565223ff76b68b65f78ec6d4c.tar.gz |
Make this compile with gcc3.
Diffstat (limited to 'chat/i2cb/patches/patch-al')
-rw-r--r-- | chat/i2cb/patches/patch-al | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/chat/i2cb/patches/patch-al b/chat/i2cb/patches/patch-al new file mode 100644 index 00000000000..79daaae6e28 --- /dev/null +++ b/chat/i2cb/patches/patch-al @@ -0,0 +1,12 @@ +$NetBSD: patch-al,v 1.1 2003/12/19 19:15:06 agc Exp $ + +--- src/c_usage.c 2003/12/19 19:05:19 1.1 ++++ src/c_usage.c 2003/12/19 19:05:34 +@@ -4,6 +4,7 @@ + /* primitive to manipulate usage lists */ + + #include <stdlib.h> ++#include <string.h> + #include "icb.h" + #include "externs.h" + |