summaryrefslogtreecommitdiffstats
path: root/usr.sbin/rpc.ypupdated
diff options
context:
space:
mode:
authorstefanf <stefanf@FreeBSD.org>2004-05-24 12:28:27 +0000
committerstefanf <stefanf@FreeBSD.org>2004-05-24 12:28:27 +0000
commitdfce012396491580b505cd4d6046f6be14fca38c (patch)
tree0798a5eebaba3de24a5bec1bafd9888625d959e7 /usr.sbin/rpc.ypupdated
parent5e80bb386e1f3e56b71b623679f23756fa18d524 (diff)
downloadFreeBSD-src-dfce012396491580b505cd4d6046f6be14fca38c.zip
FreeBSD-src-dfce012396491580b505cd4d6046f6be14fca38c.tar.gz
Include <rpc/rpc_com.h> for a _rpc_dtablesize() prototype.
Approved by: das (mentor)
Diffstat (limited to 'usr.sbin/rpc.ypupdated')
-rw-r--r--usr.sbin/rpc.ypupdated/ypupdated_main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.sbin/rpc.ypupdated/ypupdated_main.c b/usr.sbin/rpc.ypupdated/ypupdated_main.c
index 20ceeee..c13af7d 100644
--- a/usr.sbin/rpc.ypupdated/ypupdated_main.c
+++ b/usr.sbin/rpc.ypupdated/ypupdated_main.c
@@ -37,6 +37,7 @@ __FBSDID("$FreeBSD$");
#include <stdio.h>
#include <stdlib.h> /* getenv, exit */
#include <rpc/pmap_clnt.h> /* for pmap_unset */
+#include <rpc/rpc_com.h>
#include <string.h> /* strcmp */
#include <signal.h>
#ifdef __cplusplus
OpenPOWER on IntegriCloud