From 1ecfd4575d9957b458ec53671f3986f5a3b1ce44 Mon Sep 17 00:00:00 2001 From: John Birrell Date: Sun, 15 Feb 1998 04:15:47 +0000 Subject: [PATCH] Add #include to get prototype for memcpy(). --- usr.bin/talk/get_iface.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/usr.bin/talk/get_iface.c b/usr.bin/talk/get_iface.c index ef5c2797d2e..1d303e8dd03 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 +#include #include "talk.h" /*