diff options
| author | John Birrell <jb@FreeBSD.org> | 1998-02-15 04:15:47 +0000 |
|---|---|---|
| committer | John Birrell <jb@FreeBSD.org> | 1998-02-15 04:15:47 +0000 |
| commit | 1ecfd4575d9957b458ec53671f3986f5a3b1ce44 (patch) | |
| tree | 07dcbcbfb36f96319da4bed5460e62df7dd362d0 /usr.bin/talk | |
| parent | 90836d4e24318c05bdf33face38a8a79bd26ca75 (diff) | |
Notes
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 ef5c2797d2e0d..1d303e8dd0314 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" /* |
