diff options
| author | John Birrell <jb@FreeBSD.org> | 1998-02-20 08:13:51 +0000 |
|---|---|---|
| committer | John Birrell <jb@FreeBSD.org> | 1998-02-20 08:13:51 +0000 |
| commit | 4439d165b786096959250f0382d7cdec68097242 (patch) | |
| tree | d04a562f7724e2770b960b644adabea0832852bb /lib/libc/net/inet_neta.c | |
| parent | dc2c8572e975621485ae3f6f4e2af82beb905fbc (diff) | |
Notes
Diffstat (limited to 'lib/libc/net/inet_neta.c')
| -rw-r--r-- | lib/libc/net/inet_neta.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/net/inet_neta.c b/lib/libc/net/inet_neta.c index 15a1c70529ac..2dc76942fd0c 100644 --- a/lib/libc/net/inet_neta.c +++ b/lib/libc/net/inet_neta.c @@ -17,7 +17,7 @@ #if defined(LIBC_SCCS) && !defined(lint) static const char orig_rcsid[] = "From Id: inet_neta.c,v 8.2 1996/08/08 06:54:44 vixie Exp"; -static const char rcsid[] = "$Id$"; +static const char rcsid[] = "$Id: inet_neta.c,v 1.3 1997/02/22 15:00:20 peter Exp $"; #endif #include <sys/types.h> @@ -27,6 +27,7 @@ static const char rcsid[] = "$Id$"; #include <errno.h> #include <stdio.h> +#include <string.h> #ifdef SPRINTF_CHAR # define SPRINTF(x) strlen(sprintf/**/x) |
