SHA256
8
0
forked from pool/xmlrpc-c
Files
xmlrpc-c/xmlrpc-c-no-curltypes-incl.patch
Ismail Dönmez c49e03aeb8 Accepting request 92892 from home:rjschwei:branches:devel:libraries:c_c++
Fix build errors:
remove include of curl/types.h; file no longer exists and has been empty for a while

OBS-URL: https://build.opensuse.org/request/show/92892
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/xmlrpc-c?expand=0&rev=62
2011-11-21 17:00:16 +00:00

31 lines
684 B
Diff

--- lib/curl_transport/curlmulti.c.orig
+++ lib/curl_transport/curlmulti.c
@@ -19,7 +19,6 @@
#endif
#include <curl/curl.h>
-#include <curl/types.h>
#include <curl/easy.h>
#include <curl/multi.h>
--- lib/curl_transport/curltransaction.c.orig
+++ lib/curl_transport/curltransaction.c
@@ -17,7 +17,6 @@
#include "version.h"
#include <curl/curl.h>
-#include <curl/types.h>
#include <curl/easy.h>
#include "curlversion.h"
--- lib/curl_transport/xmlrpc_curl_transport.c.orig
+++ lib/curl_transport/xmlrpc_curl_transport.c
@@ -85,7 +85,6 @@
#include "xmlrpc-c/time_int.h"
#include <curl/curl.h>
-#include <curl/types.h>
#include <curl/easy.h>
#include <curl/multi.h>