summaryrefslogtreecommitdiffstats
path: root/usr.sbin
diff options
context:
space:
mode:
authoralfred <alfred@FreeBSD.org>2002-07-11 17:32:16 +0000
committeralfred <alfred@FreeBSD.org>2002-07-11 17:32:16 +0000
commitb611173b57bff26f34cf55c2b89d43a25c40988f (patch)
treea9d0cbc87d17317327e9fd2f9e3cd4cb7572ceb8 /usr.sbin
parenta9f506168f8bb26278beeac99d5bdd8092fb36a9 (diff)
downloadFreeBSD-src-b611173b57bff26f34cf55c2b89d43a25c40988f.zip
FreeBSD-src-b611173b57bff26f34cf55c2b89d43a25c40988f.tar.gz
include string.h for strcmp(3) prototype.
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/rpc.statd/statd.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.sbin/rpc.statd/statd.c b/usr.sbin/rpc.statd/statd.c
index 3b47dfe..08ffbd0 100644
--- a/usr.sbin/rpc.statd/statd.c
+++ b/usr.sbin/rpc.statd/statd.c
@@ -45,6 +45,7 @@ static const char rcsid[] =
#include <stdlib.h>
#include <rpc/rpc.h>
#include <rpc/pmap_clnt.h>
+#include <string.h>
#include <syslog.h>
#include <sys/types.h>
#include <sys/wait.h>
OpenPOWER on IntegriCloud