You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-ros/resource_retriever/files/curl.patch

15 lines
458 B

Index: resource_retriever-1.12.2/include/resource_retriever/retriever.h
===================================================================
--- resource_retriever-1.12.2.orig/include/resource_retriever/retriever.h
+++ resource_retriever-1.12.2/include/resource_retriever/retriever.h
@@ -32,8 +32,7 @@
#include <string>
#include <boost/shared_array.hpp>
#include <stdexcept>
-
-typedef void CURL;
+#include <curl/curl.h>
namespace resource_retriever
{