summaryrefslogtreecommitdiffstats
path: root/lib/libc/net/inet_neta.c
diff options
context:
space:
mode:
authorjb <jb@FreeBSD.org>1998-02-20 08:13:51 +0000
committerjb <jb@FreeBSD.org>1998-02-20 08:13:51 +0000
commit5860dff332f43af9ac77f1506ba3a67ac8863dd2 (patch)
tree686c9be1230069d3652a47e330658696e4a280f9 /lib/libc/net/inet_neta.c
parent3369620301df6c2e9f3624de273fe5d6a37701c8 (diff)
downloadFreeBSD-src-5860dff332f43af9ac77f1506ba3a67ac8863dd2.zip
FreeBSD-src-5860dff332f43af9ac77f1506ba3a67ac8863dd2.tar.gz
Add #include <string.h> to get prototypes.
Diffstat (limited to 'lib/libc/net/inet_neta.c')
-rw-r--r--lib/libc/net/inet_neta.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/net/inet_neta.c b/lib/libc/net/inet_neta.c
index 15a1c70..2dc7694 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)
OpenPOWER on IntegriCloud