mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Include <rpc/rpc_com.h> for a _rpc_dtablesize() prototype.
Approved by: das (mentor)
This commit is contained in:
parent
003d5d66b1
commit
3ff0fa2ac5
2 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Reference in a new issue