summaryrefslogtreecommitdiff
path: root/debian/patches/2631_fix_curl.patch
blob: acc2296fda749b8de63adf797a589a0bfe909ea4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
Description: types.h is no longer part of cURL stable
Origin: commit, revision id: svn-v4:bcd7d363-81e1-0310-97ec-a550e20fc99c:trunk:2631
Author: chrislit
Last-Update: 2011-07-03
X-Bzr-Revision-Id: svn-v4:bcd7d363-81e1-0310-97ec-a550e20fc99c:trunk:2631

=== modified file 'src/mgr/curlftpt.cpp'
--- old/src/mgr/curlftpt.cpp	2010-03-20 11:49:54 +0000
+++ new/src/mgr/curlftpt.cpp	2011-07-03 09:40:30 +0000
@@ -26,7 +26,6 @@
 #include <fcntl.h>
 
 #include <curl/curl.h>
-#include <curl/types.h>
 #include <curl/easy.h>
 
 #include <swlog.h>

=== modified file 'src/mgr/curlhttpt.cpp'
--- old/src/mgr/curlhttpt.cpp	2009-10-21 23:46:40 +0000
+++ new/src/mgr/curlhttpt.cpp	2011-07-03 09:40:30 +0000
@@ -25,7 +25,6 @@
 #include <cctype>
 
 #include <curl/curl.h>
-#include <curl/types.h>
 #include <curl/easy.h>
 
 #include <swlog.h>