From 3ff0fa2ac505443433dec3d0eb4c34b771b8fd27 Mon Sep 17 00:00:00 2001 From: Stefan Farfeleder Date: Mon, 24 May 2004 12:28:27 +0000 Subject: [PATCH] Include for a _rpc_dtablesize() prototype. Approved by: das (mentor) --- usr.sbin/rpc.ypupdated/ypupdated_main.c | 1 + usr.sbin/rpc.ypxfrd/ypxfrd_main.c | 1 + 2 files changed, 2 insertions(+) diff --git a/usr.sbin/rpc.ypupdated/ypupdated_main.c b/usr.sbin/rpc.ypupdated/ypupdated_main.c index 20ceeee85683..c13af7df4340 100644 --- a/usr.sbin/rpc.ypupdated/ypupdated_main.c +++ b/usr.sbin/rpc.ypupdated/ypupdated_main.c @@ -37,6 +37,7 @@ __FBSDID("$FreeBSD$"); #include #include /* getenv, exit */ #include /* for pmap_unset */ +#include #include /* strcmp */ #include #ifdef __cplusplus diff --git a/usr.sbin/rpc.ypxfrd/ypxfrd_main.c b/usr.sbin/rpc.ypxfrd/ypxfrd_main.c index d58a69e03a1a..8fa3e2205b43 100644 --- a/usr.sbin/rpc.ypxfrd/ypxfrd_main.c +++ b/usr.sbin/rpc.ypxfrd/ypxfrd_main.c @@ -41,6 +41,7 @@ __FBSDID("$FreeBSD$"); #include /* getenv, exit */ #include #include /* for pmap_unset */ +#include #include /* strcmp */ #include #include /* TIOCNOTTY */