~ubuntu-branches/ubuntu/trusty/vmware-view-open-client/trusty

« back to all changes in this revision

Viewing changes to debian/patches/03-curl-include.patch

  • Committer: Package Import Robot
  • Author(s): Felix Geyer
  • Date: 2011-11-26 23:50:05 UTC
  • Revision ID: package-import@ubuntu.com-20111126235005-i0mkt56xb8ckpt8u
Tags: 4.5.0-297975+dfsg-3ubuntu1
* Fix FTBFS: drop curl/types.h include as it doesn't exist anymore.
  - Add 03-curl-include.patch

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Description: Drop curl/types.h include as it doesn't exist anymore.
 
2
Author: Felix Geyer <debfx-pkg@fobos.de>
 
3
 
 
4
--- vmware-view-open-client-4.5.0-297975+dfsg.orig/lib/bora/basicHttp/http.c
 
5
+++ vmware-view-open-client-4.5.0-297975+dfsg/lib/bora/basicHttp/http.c
 
6
@@ -40,7 +40,6 @@
 
7
 #include "requestQueue.h"
 
8
 
 
9
 #include <curl/curl.h>
 
10
-#include <curl/types.h>
 
11
 #include <curl/easy.h>
 
12
 #include <curl/multi.h>
 
13