File: 07_fix_ftbfs.diff

package info (click to toggle)
libofa 0.9.3-25
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,092 kB
  • sloc: cpp: 24,487; sh: 8,366; makefile: 48; ansic: 14
file content (15 lines) | stat: -rw-r--r-- 488 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Description: Fix FTBFS due to unexisting and useless include. (Closes: #637896)
Author: Regis Boudin <regis@debian.org>
Last-Update: 2011-10-03
Index: libofa-0.9.3/examples/protocol.cpp
===================================================================
--- libofa-0.9.3.orig/examples/protocol.cpp
+++ libofa-0.9.3/examples/protocol.cpp
@@ -13,7 +13,6 @@
 #include <map>
 #include <expat.h>
 #include <curl/curl.h>
-#include <curl/types.h>
 #include <curl/easy.h>
 
 using namespace std;