From 8aacc766dd09922d849f5622bb17246772a5a103 Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Mon, 27 Apr 2015 08:33:09 -0400 Subject: rpcb_svc: silence warning implicit declaration of function ?xlog? Signed-off-by: Bernhard Reutner-Fischer Signed-off-by: Steve Dickson --- src/rpcb_svc.c | 1 + src/rpcb_svc_4.c | 1 + src/rpcb_svc_com.c | 1 + 3 files changed, 3 insertions(+) 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 #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 #include #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 #include "rpcbind.h" +#include "xlog.h" #define RPC_BUF_MAX 65536 /* can be raised if required */ -- cgit v1.2.1