Include <rpc/rpc_com.h> for a _rpc_dtablesize() prototype.

Approved by:	das (mentor)
This commit is contained in:
Stefan Farfeleder 2004-05-24 12:28:27 +00:00
parent 003d5d66b1
commit 3ff0fa2ac5
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=129654
2 changed files with 2 additions and 0 deletions

View File

@ -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

View File

@ -41,6 +41,7 @@ __FBSDID("$FreeBSD$");
#include <stdlib.h> /* getenv, exit */
#include <unistd.h>
#include <rpc/pmap_clnt.h> /* for pmap_unset */
#include <rpc/rpc_com.h>
#include <string.h> /* strcmp */
#include <signal.h>
#include <sys/ttycom.h> /* TIOCNOTTY */