aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"