Add #include <string.h> to get prototype for memcpy().

This commit is contained in:
John Birrell 1998-02-15 04:15:47 +00:00
parent 90836d4e24
commit 1ecfd4575d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=33359

View File

@ -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"
/*