summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--audio/libtunepimp/files/patch-lib_protocol.cpp7
1 files changed, 6 insertions, 1 deletions
diff --git a/audio/libtunepimp/files/patch-lib_protocol.cpp b/audio/libtunepimp/files/patch-lib_protocol.cpp
index b7648102f14d..df8c2277681c 100644
--- a/audio/libtunepimp/files/patch-lib_protocol.cpp
+++ b/audio/libtunepimp/files/patch-lib_protocol.cpp
@@ -1,6 +1,6 @@
--- lib/protocol.cpp.orig 2010-06-07 10:47:20.653619576 +0300
+++ lib/protocol.cpp 2010-06-07 10:47:55.249722982 +0300
-@@ -8,6 +8,7 @@
+@@ -8,11 +8,11 @@
-------------------------------------------------------------------*/
#include <stdio.h>
#include <stdlib.h>
@@ -8,3 +8,8 @@
#include <string>
#include <map>
#include <expat.h>
+ #include <curl/curl.h>
+-#include <curl/types.h>
+ #include <curl/easy.h>
+ using namespace std;
+