summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/rpcb_svc.c1
-rw-r--r--src/rpcb_svc_4.c1
-rw-r--r--src/rpcb_svc_com.c1
3 files changed, 3 insertions, 0 deletions
diff --git a/src/rpcb_svc.c b/src/rpcb_svc.c
index 92361a2..bd92201 100644
--- a/src/rpcb_svc.c
+++ b/src/rpcb_svc.c
@@ -51,6 +51,7 @@
#include <string.h>
#include "rpcbind.h"
+#include "xlog.h"
static void *rpcbproc_getaddr_3_local __P((void *, struct svc_req *, SVCXPRT *,
rpcvers_t));
diff --git a/src/rpcb_svc_4.c b/src/rpcb_svc_4.c
index f1a72a6..b673452 100644
--- a/src/rpcb_svc_4.c
+++ b/src/rpcb_svc_4.c
@@ -52,6 +52,7 @@
#include <string.h>
#include <stdlib.h>
#include "rpcbind.h"
+#include "xlog.h"
static void *rpcbproc_getaddr_4_local __P((void *, struct svc_req *, SVCXPRT *,
rpcvers_t));
diff --git a/src/rpcb_svc_com.c b/src/rpcb_svc_com.c
index 9a094f5..ff9ce6b 100644
--- a/src/rpcb_svc_com.c
+++ b/src/rpcb_svc_com.c
@@ -62,6 +62,7 @@
#include <stdlib.h>
#include "rpcbind.h"
+#include "xlog.h"
#define RPC_BUF_MAX 65536 /* can be raised if required */