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

Fix build with latest glib2.

--- libgda/gda-quark-list.h~	2007-04-24 21:13:09.000000000 +0000
+++ libgda/gda-quark-list.h
@@ -24,8 +24,7 @@
 #ifndef __GDA_QUARK_LIST_H__
 #define __GDA_QUARK_LIST_H__
 
-#include <glib/gmacros.h>
-#include <glib/gtypes.h>
+#include <glib.h>
 #include <glib-object.h>
 
 G_BEGIN_DECLS