[BACK]Return to patch-src_util_h CVS log [TXT][DIR] Up to [local] / ports / geo / foxtrotgps / patches

File: [local] / ports / geo / foxtrotgps / patches / Attic / patch-src_util_h (download)

Revision 1.1.1.1 (vendor branch), Sun Jan 15 06:08:48 2012 UTC (12 years, 4 months ago) by yason
Branch: yason
CVS Tags: import
Changes since 1.1: +0 -0 lines

initial import

$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**));