diff options
| author | Conrad Meyer <cem@FreeBSD.org> | 2018-01-02 01:48:11 +0000 |
|---|---|---|
| committer | Conrad Meyer <cem@FreeBSD.org> | 2018-01-02 01:48:11 +0000 |
| commit | b545252a16da055cf68071b81dc3bc07c0cc80b8 (patch) | |
| tree | 3b301c1fa6f2ff33d7a625c728cc79a639028ede | |
| parent | 055569f6083c877f7abf7d36df093b33aaa7cbc8 (diff) | |
Notes
| -rw-r--r-- | usr.sbin/rpcbind/rpcb_svc_com.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.sbin/rpcbind/rpcb_svc_com.c b/usr.sbin/rpcbind/rpcb_svc_com.c index ab454890e0b8..973e7a542ca3 100644 --- a/usr.sbin/rpcbind/rpcb_svc_com.c +++ b/usr.sbin/rpcbind/rpcb_svc_com.c @@ -54,13 +54,14 @@ #include <errno.h> #include <syslog.h> #include <stdio.h> +#include <string.h> +#include <stdlib.h> +#include <unistd.h> #ifdef PORTMAP #include <netinet/in.h> #include <rpc/rpc_com.h> #include <rpc/pmap_prot.h> #endif /* PORTMAP */ -#include <string.h> -#include <stdlib.h> #include "rpcbind.h" |
