summarylogtreecommitdiffstats
path: root/curl.patch
diff options
context:
space:
mode:
authorNorbert Pfeiler2016-08-04 15:31:55 +0200
committerNorbert Pfeiler2016-08-04 15:31:55 +0200
commit1650616204b1c3b6c756727fb92dc443812fcd1a (patch)
treeed6f6c71e77352a1384d04ab5b51240f0496a588 /curl.patch
parenteab680759f360b3ce66c0a2937ceeee9d428a2c2 (diff)
downloadaur-1650616204b1c3b6c756727fb92dc443812fcd1a.tar.gz
workaround redeclaration error
Diffstat (limited to 'curl.patch')
-rw-r--r--curl.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/curl.patch b/curl.patch
new file mode 100644
index 000000000000..205b30e2e1af
--- /dev/null
+++ b/curl.patch
@@ -0,0 +1,13 @@
+diff --git a/loader.h b/loader.h
+index ee7f155..e185c2b 100644
+--- a/loader.h
++++ b/loader.h
+@@ -54,7 +54,7 @@
+
+ #define FTP_RETRY_NUM 3
+
+-using CURL = void;
++#include <curl/curl.h>
+
+ struct C_Element {
+ Coordinate coordinate; // coordinate * cubeEdgeLength = minimal coordinate in the cube; NOT center coordinate