updated on Thu Jan 12 20:00:29 UTC 2012
[aur-mirror.git] / sword-old / curl.patch
blob63fd4433cfea957df136f3340079d55c85a6c57f
1 diff -Naur sword-1.6.2.orig/src/mgr/curlftpt.cpp sword-1.6.2.new/src/mgr/curlftpt.cpp
2 --- sword-1.6.2.orig/src/mgr/curlftpt.cpp 2011-07-27 00:41:40.000000000 +0200
3 +++ sword-1.6.2.new/src/mgr/curlftpt.cpp 2011-07-27 00:42:05.000000000 +0200
4 @@ -26,7 +26,6 @@
5 #include <fcntl.h>
7 #include <curl/curl.h>
8 -#include <curl/types.h>
9 #include <curl/easy.h>
11 #include <swlog.h>
12 diff -Naur sword-1.6.2.orig/src/mgr/curlhttpt.cpp sword-1.6.2.new/src/mgr/curlhttpt.cpp
13 --- sword-1.6.2.orig/src/mgr/curlhttpt.cpp 2011-07-27 00:41:40.000000000 +0200
14 +++ sword-1.6.2.new/src/mgr/curlhttpt.cpp 2011-07-27 00:42:45.000000000 +0200
15 @@ -25,7 +25,6 @@
16 #include <cctype>
18 #include <curl/curl.h>
19 -#include <curl/types.h>
20 #include <curl/easy.h>
22 #include <swlog.h>