summaryrefslogtreecommitdiffstats
path: root/usr.bin/ypmatch
diff options
context:
space:
mode:
authorjb <jb@FreeBSD.org>1998-02-20 04:33:03 +0000
committerjb <jb@FreeBSD.org>1998-02-20 04:33:03 +0000
commit0c290fd53e4ef28be441be8355d350329b5c3804 (patch)
tree11d2c91a30ebce50e2b505e16e9555d57d18f804 /usr.bin/ypmatch
parent78fe14dd306d7197c2607622fbaa56f153c7734b (diff)
downloadFreeBSD-src-0c290fd53e4ef28be441be8355d350329b5c3804.zip
FreeBSD-src-0c290fd53e4ef28be441be8355d350329b5c3804.tar.gz
Add #include <string.h> to get prototypes.
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 1e71f8c..25e4530 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>
OpenPOWER on IntegriCloud