blob: d80d321ca696659f6b643da1a471dfbcd79eab31 (
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
31
32
33
34
35
36
37
38
39
40
|
curl/types.h was removed in
https://github.com/bagder/curl/commit/2ef7a28a71f819343afefa721e5497119fb2cee0#include/curl
and is not available in curl-7.21.8 and newer
=== modified file 'foxtrotgps-1.0.1/src/friends.c'
--- foxtrotgps-1.0.1.orig/src/friends.c 2011-05-01 20:51:37 +0000
+++ foxtrotgps-1.0.1/src/friends.c 2011-07-21 15:34:03 +0000
@@ -17,7 +17,6 @@
#include <gtk/gtk.h>
#include <curl/curl.h>
-#include <curl/types.h>
#include <curl/easy.h>
=== modified file 'foxtrotgps-1.0.1/src/tile_management.c'
--- foxtrotgps-1.0.1.orig/src/tile_management.c 2011-06-02 11:25:49 +0000
+++ foxtrotgps-1.0.1/src/tile_management.c 2011-07-21 15:34:06 +0000
@@ -8,7 +8,6 @@
#include <glib/gprintf.h>
#include <string.h>
#include <curl/curl.h>
-#include <curl/types.h>
#include <curl/easy.h>
#include <math.h>
#include "globals.h"
=== modified file 'foxtrotgps-1.0.1/src/util.h'
--- foxtrotgps-1.0.1.orig/src/util.h 2010-04-13 02:20:30 +0000
+++ foxtrotgps-1.0.1/src/util.h 2011-07-21 15:34:05 +0000
@@ -2,7 +2,6 @@
#include <gtk/gtk.h>
#include <curl/curl.h>
-#include <curl/types.h>
#include <curl/easy.h>
int
sql_execute(char *db_name, char *sql, int (*cb_func)(void*,int,char**,char**));
|