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

Fix build with latest glib2.

--- libgda/gda-log.h~	2007-04-24 21:13:09.000000000 +0000
+++ libgda/gda-log.h
@@ -20,8 +20,7 @@
 #if !defined(__gda_log_h__)
 #  define __gda_log_h__
 
-#include <glib/gmacros.h>
-#include <glib/gtypes.h>
+#include <glib.h>
 #include <time.h>
 
 G_BEGIN_DECLS