aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin
diff options
context:
space:
mode:
authorConrad Meyer <cem@FreeBSD.org>2018-01-02 01:48:11 +0000
committerConrad Meyer <cem@FreeBSD.org>2018-01-02 01:48:11 +0000
commitb545252a16da055cf68071b81dc3bc07c0cc80b8 (patch)
tree3b301c1fa6f2ff33d7a625c728cc79a639028ede /usr.sbin
parent055569f6083c877f7abf7d36df093b33aaa7cbc8 (diff)
Notes
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/rpcbind/rpcb_svc_com.c5
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"