Blame SOURCES/xmlrpc-c-include-string_int.h.patch

345a7b
From df68067713ab58bf14ac1e75eace9fac45dba7d9 Mon Sep 17 00:00:00 2001
345a7b
From: Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
345a7b
Date: Thu, 30 Dec 2010 20:44:06 +0100
345a7b
Subject: [PATCH 8/8] include missing <xmlrpc-c/string_int.h>
345a7b
345a7b
gives
345a7b
345a7b
| /tmp/xmlrpc-c/src/xmlrpc_libxml2.c: In function 'end_element':
345a7b
| /tmp/xmlrpc-c/src/xmlrpc_libxml2.c:303:2: warning: implicit declaration of function 'xmlrpc_streq'
345a7b
| ...
345a7b
| ../src/libxmlrpc.so.3.25: undefined reference to `xmlrpc_streq'
345a7b
345a7b
else.
345a7b
---
345a7b
 src/xmlrpc_libxml2.c |    1 +
345a7b
 1 files changed, 1 insertions(+), 0 deletions(-)
345a7b
345a7b
diff --git a/src/xmlrpc_libxml2.c b/src/xmlrpc_libxml2.c
345a7b
index 57ae06b..ef073d4 100644
345a7b
--- a/src/xmlrpc_libxml2.c
345a7b
+++ b/src/xmlrpc_libxml2.c
345a7b
@@ -38,6 +38,7 @@
345a7b
 
345a7b
 #include "xmlrpc-c/base.h"
345a7b
 #include "xmlrpc-c/base_int.h"
345a7b
+#include "xmlrpc-c/string_int.h"
345a7b
 #include "xmlrpc-c/xmlparser.h"
345a7b
 
345a7b
 /* Define the contents of our internal structure. */
345a7b
-- 
345a7b
1.7.3.4
345a7b