summaryrefslogtreecommitdiff
path: root/databases/libgda/patches/patch-libgda_gda-util_h
blob: 7ef50ff579f1d366e8d01d8ad87a62dcb51ea167 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
$NetBSD: patch-libgda_gda-util_h,v 1.1 2012/05/06 05:29:54 dholland Exp $

Fix build with latest glib2.

--- libgda/gda-util.h~	2007-04-24 21:13:09.000000000 +0000
+++ libgda/gda-util.h
@@ -24,8 +24,7 @@
 #if !defined(__gda_util_h__)
 #  define __gda_util_h__
 
-#include <glib/ghash.h>
-#include <glib/glist.h>
+#include <glib.h>
 #include "gda-parameter.h"
 #include "gda-row.h"
 #include "gda-connection.h"