Blame SOURCES/rpcbind-0.2.0-xlog-warn.patch

f46f7c
commit de47f6323d8fb20feefee21d0195cf0529151e04
f46f7c
Author: Steve Dickson <steved@redhat.com>
f46f7c
Date:   Thu Sep 17 15:57:35 2015 -0400
f46f7c
f46f7c
    security.c: removed warning
f46f7c
    
f46f7c
    src/security.c:100:8: warning: implicit declaration of function 'xlog'
f46f7c
    [-Wimplicit-function-declaration]
f46f7c
    
f46f7c
    Signed-off-by: Steve Dickson <steved@redhat.com>
f46f7c
f46f7c
diff --git a/src/security.c b/src/security.c
f46f7c
index 0c9453f..c54ce26 100644
f46f7c
--- a/src/security.c
f46f7c
+++ b/src/security.c
f46f7c
@@ -17,6 +17,8 @@
f46f7c
 #include <syslog.h>
f46f7c
 #include <netdb.h>
f46f7c
 
f46f7c
+#include "xlog.h"
f46f7c
+
f46f7c
 /*
f46f7c
  * XXX for special case checks in check_callit.
f46f7c
  */