openbsd-ports/geo/tangogps/patches/patch-src_util_h
2011-07-05 08:18:29 +00:00

12 lines
350 B
Plaintext

$OpenBSD: patch-src_util_h,v 1.1 2011/07/05 08:18:30 jasper Exp $
--- src/util.h.orig Tue Jul 5 09:19:32 2011
+++ src/util.h Tue Jul 5 09:19:35 2011
@@ -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**));