]> git.pld-linux.org Git - packages/xmlrpc-c.git/blame - xmlrpc-c-include-string_int.h.patch
- rebuild with readline 7.0
[packages/xmlrpc-c.git] / xmlrpc-c-include-string_int.h.patch
CommitLineData
3671422b
JB
1From df68067713ab58bf14ac1e75eace9fac45dba7d9 Mon Sep 17 00:00:00 2001
2From: Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
3Date: Thu, 30 Dec 2010 20:44:06 +0100
4Subject: [PATCH 8/8] include missing <xmlrpc-c/string_int.h>
5
6gives
7
8| /tmp/xmlrpc-c/src/xmlrpc_libxml2.c: In function 'end_element':
9| /tmp/xmlrpc-c/src/xmlrpc_libxml2.c:303:2: warning: implicit declaration of function 'xmlrpc_streq'
10| ...
11| ../src/libxmlrpc.so.3.25: undefined reference to `xmlrpc_streq'
12
13else.
14---
15 src/xmlrpc_libxml2.c | 1 +
16 1 files changed, 1 insertions(+), 0 deletions(-)
17
18diff --git a/src/xmlrpc_libxml2.c b/src/xmlrpc_libxml2.c
19index 57ae06b..ef073d4 100644
20--- a/src/xmlrpc_libxml2.c
21+++ b/src/xmlrpc_libxml2.c
22@@ -38,6 +38,7 @@
23
24 #include "xmlrpc-c/base.h"
25 #include "xmlrpc-c/base_int.h"
26+#include "xmlrpc-c/string_int.h"
27 #include "xmlrpc-c/xmlparser.h"
28
29 /* Define the contents of our internal structure. */
30--
311.7.3.4
32
This page took 0.054331 seconds and 4 git commands to generate.