diff options
author | jb <jb@FreeBSD.org> | 1998-02-15 04:15:47 +0000 |
---|---|---|
committer | jb <jb@FreeBSD.org> | 1998-02-15 04:15:47 +0000 |
commit | 09f4c257137ec70d7900d80b88bc4220fc799c2d (patch) | |
tree | e07dad321f659abbd754dff9136e2c405793e425 /usr.bin/talk | |
parent | e56ba0b4bdc15804db588a24b4e377989fbda082 (diff) | |
download | FreeBSD-src-09f4c257137ec70d7900d80b88bc4220fc799c2d.zip FreeBSD-src-09f4c257137ec70d7900d80b88bc4220fc799c2d.tar.gz |
Add #include <string.h> to get prototype for memcpy().
Diffstat (limited to 'usr.bin/talk')
-rw-r--r-- | usr.bin/talk/get_iface.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/talk/get_iface.c b/usr.bin/talk/get_iface.c index ef5c279..1d303e8 100644 --- a/usr.bin/talk/get_iface.c +++ b/usr.bin/talk/get_iface.c @@ -32,10 +32,11 @@ #ifndef lint static const char rcsid[] = - "$Id$"; + "$Id: get_iface.c,v 1.5 1998/01/14 07:21:03 charnier Exp $"; #endif /* not lint */ #include <errno.h> +#include <string.h> #include "talk.h" /* |