summaryrefslogtreecommitdiff
path: root/usr.sbin/rpcbind
diff options
context:
space:
mode:
authorHiroki Sato <hrs@FreeBSD.org>2018-03-05 03:34:01 +0000
committerHiroki Sato <hrs@FreeBSD.org>2018-03-05 03:34:01 +0000
commitc5814cf61cd998cfd59e5c7e29a801246b28d853 (patch)
tree0e202eeedd860a1f14c1fbfd7704a931b1bc48ce /usr.sbin/rpcbind
parent286f5b4a29a1deda36ad5ab4773c78d7a3982ace (diff)
downloadsrc-test2-c5814cf61cd998cfd59e5c7e29a801246b28d853.tar.gz
src-test2-c5814cf61cd998cfd59e5c7e29a801246b28d853.zip
Notes
Diffstat (limited to 'usr.sbin/rpcbind')
-rw-r--r--usr.sbin/rpcbind/rpcb_svc.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/usr.sbin/rpcbind/rpcb_svc.c b/usr.sbin/rpcbind/rpcb_svc.c
index 39114dd59cad..474f8ec77d17 100644
--- a/usr.sbin/rpcbind/rpcb_svc.c
+++ b/usr.sbin/rpcbind/rpcb_svc.c
@@ -48,6 +48,9 @@
#include <rpc/rpcb_prot.h>
#include <netconfig.h>
#include <stdio.h>
+#ifdef RPCBIND_DEBUG
+#include <stdlib.h>
+#endif
#include <string.h>
#include "rpcbind.h"