summaryrefslogtreecommitdiff
path: root/usr.bin/ypmatch
diff options
context:
space:
mode:
authorJohn Birrell <jb@FreeBSD.org>1998-02-20 04:33:03 +0000
committerJohn Birrell <jb@FreeBSD.org>1998-02-20 04:33:03 +0000
commit5b116430fc5fabd5c0a78f28764a8e75d4469ba8 (patch)
treee90cbe91857b34d4437b355c12ccfb89bd01884a /usr.bin/ypmatch
parentc93bd87abaf313a0720490502f575158b9534a93 (diff)
downloadsrc-test2-5b116430fc5fabd5c0a78f28764a8e75d4469ba8.tar.gz
src-test2-5b116430fc5fabd5c0a78f28764a8e75d4469ba8.zip
Add #include <string.h> to get prototypes.
Notes
Notes: svn path=/head/; revision=33645
Diffstat (limited to 'usr.bin/ypmatch')
-rw-r--r--usr.bin/ypmatch/ypmatch.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/ypmatch/ypmatch.c b/usr.bin/ypmatch/ypmatch.c
index 1e71f8cc805a..25e4530146fa 100644
--- a/usr.bin/ypmatch/ypmatch.c
+++ b/usr.bin/ypmatch/ypmatch.c
@@ -29,7 +29,7 @@
#ifndef lint
static const char rcsid[] =
- "$Id$";
+ "$Id: ypmatch.c,v 1.5 1997/08/29 11:52:52 charnier Exp $";
#endif /* not lint */
#include <sys/param.h>
@@ -38,6 +38,7 @@ static const char rcsid[] =
#include <ctype.h>
#include <err.h>
#include <stdio.h>
+#include <string.h>
#include <unistd.h>
#include <rpc/rpc.h>